Skip to main content
Skip table of contents

LogLevel

The device activity’s logging verbosity. It specifies which events should be written to logs. For example, if the LogLevel is ERROR, only events that terminate in errors will be logged. LogLevel is inclusive; enabling INFO logging will also enable ERROR logging.

Enums

LOG_LEVEL_UNSPECIFIED

No logging specified (logging will be disabled).

NONE

Disables logging.

ERROR

Error events will be logged.

INFO

Informational events will be logged, such as connections and disconnections.

DEBUG

All events will be logged.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.