Search is based on keyword.
Ex: "Procedures"
Do not search with natural language
Ex: "How do I write a new procedure?"
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 |