Contact Support

Logging Parameters

You can choose which log messages you want to see displayed in the logs by setting the logging parameters.

Parameter

Default Value

What It Does

Notes

logLevel

20

Sets the global logging level.

If you set the logging level to 20 for instance, you get the log messages of that level and the ones of the 30, 40 and 50 levels as well.

The valid logging levels are:

CRITICAL : 50

ERROR : 40

WARNING : 30

INFO : 20

DEBUG : 10

NOTSET : 0