= problem =
The sync process uses a different logging instance than the blocker tracking app and is currently configured to just output to stdout instead of logging to a file.
= enhancement recommendation =
The sync should log to a file while in production but shouldn't force logging to a static location. The log location should be configurable (stdout, specific file) and it should be separable from app logging.
I'm not 100% sure that this applies to non-web applications but see note in [[ticket:374#comment:5|#374]] about infra's new preferred logging mechanism:
https://fedoraproject.org/wiki/Infrastructure/AppBestPractices#Centralized_logging
Code reviewed and merged into develop branch with commit 95589d0bbe01c27e4ce7812bef8582bf4fec9343
Log in to comment on this ticket.