v2.0.0
2.0.0
Root Log Handler
- New way to capture logs at any level
system_log_eventbased 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
INFOcan beDEBUGif needed) which captures all logging - Reuses same logic as System Log to tie back exceptions to source code
- Configurable to a minimum log level (default
Full Changelog: v1.6.0...v2.0.0