1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-09 13:39:17 +00:00
ctrl/doc/src/core_errors.md

12 lines
528 B
Markdown
Raw Normal View History

# Errors
Errors happening on **all** nodes will be reported back to the node(s) started with the flag `-isCentralErrorLogger` set to true, or by using the `IS_CENTRAL_ERROR_LOGGER` env variable.
## Log level
The log level can also be specified with the `LOG_LEVEL` env variable. Values are `error/info/warning/debug/none`.
## Debug
To get more debug information in the logs printed to STDERR the env variable `ENABLE_DEBUG` can be set to true. This will not affect the information printed to the log files, only to STDERR.