= problem =
The error messages from the app are only sent to stdout instead of being directed to a log file. While this isn't a huge problem (everything will be caught by httpd's error_log), it is not the best solution.
= enhancement recommendation =
change the logging setup so that the location is configurable (stdout, file) and that both file and stdout could be used at the same time.
see the note in [[ticket:374#comment:5|#374]] about the changes to infra's preferred logging mechanisms as documented here:
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.