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:
--verboseenables 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.