My simplified log output is nice for CLI usage, but the original/default format is nicer for Updog's typical use case: in a cron job.
The updog.logging/timbre-logger component already checks for a use-default-output-fn? flag, so it just needs to get hooked up to a new CLI flag, and passed along to updog.system/init.
My simplified log output is nice for CLI usage, but the original/default format is nicer for Updog's typical use case: in a cron job.
The
updog.logging/timbre-loggercomponent already checks for ause-default-output-fn?flag, so it just needs to get hooked up to a new CLI flag, and passed along toupdog.system/init.