Skip to content

v2.0.0

Choose a tag to compare

@jeyrb jeyrb released this 30 Apr 14:37

2.0.0

Root Log Handler

  • New way to capture logs at any level
    • system_log_event based logging is clean but limited to WARN and ERROR levels
      • System Log Event usage requires a YAML change to fire event
    • Config now has a choice of using Python root logger
      • Configurable to a minimum log level (default INFO can be DEBUG if needed) which captures all logging
      • Reuses same logic as System Log to tie back exceptions to source code

Full Changelog: v1.6.0...v2.0.0