Skip to content

better logging

Reed Essick requested to merge better-logging into master

update logging to use a TimedRotatinfFileHandler to avoid overly long log files in streaming jobs. Note that this is only done within streaming jobs. Batch jobs still write to a single file

Merge request reports