Skip to main content

Module logging

Module logging 

Source
Expand description

Tracing/logging initialization helpers. Logging and tracing setup.

Enums§

LogLevel
Log level selected by the CLI startup path.

Functions§

cli_log_level
Select the CLI log level: --verbose enables info output, otherwise warning.
disable_logging
Disable future tracing output.
init_tracing_with_level
Initialize stdout and file tracing with an explicit level.
notify_shutdown
Disable tracing output and print the shutdown notification.