Skip to content

maintenance release

Latest
Compare
Choose a tag to compare
@vince-weka vince-weka released this 21 Aug 12:29
e95cb16

Added more error checking of config file. If loki_host was None and events_to_loki is True, it had issues. Now checking for this contradictory configuration (if events_to_loki isn't present in the YAML, it defaults to True, which probably isn't what the user wants if loki_host is None).

Issues appropriate error/warning messages if this is the case.