#376: Change logging config for app --------------------------------------+--------------------- Reporter: tflink | Owner: tflink Type: enhancement | Status: new Priority: minor | Milestone: Component: Blocker bug tracker page | Version: Keywords: | Blocked By: Blocking: 374 | --------------------------------------+--------------------- = 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.