Skip to content

LogLevel


enum backtide.config.LogLevel

Tracing logging level.

The minimum logging level that are displayed, i.e., if log_level="info", all info, warn and error messages are displayed.

  • trace
  • debug
  • info
  • warn
  • error