#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.
#376: Change logging config for app ---------------------------------------+--------------------- Reporter: tflink | Owner: mkrizek Type: enhancement | Status: new Priority: minor | Milestone: Component: Blocker bug tracker page | Version: Resolution: | Keywords: Blocked By: | Blocking: 374 ---------------------------------------+--------------------- Changes (by mkrizek):
* owner: tflink => mkrizek
#376: Change logging config for app ---------------------------------------+----------------------- Reporter: tflink | Owner: mkrizek Type: enhancement | Status: new Priority: minor | Milestone: Fedora 19 Component: Blocker bug tracker page | Version: Resolution: | Keywords: Blocked By: | Blocking: 374 ---------------------------------------+----------------------- Changes (by tflink):
* milestone: => Fedora 19
Comment:
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_l...
#376: Change logging config for app ---------------------------------------+----------------------- Reporter: tflink | Owner: mkrizek Type: enhancement | Status: closed Priority: minor | Milestone: Fedora 19 Component: Blocker bug tracker page | Version: Resolution: fixed | Keywords: Blocked By: | Blocking: 374 ---------------------------------------+----------------------- Changes (by tflink):
* status: new => closed * resolution: => fixed
Comment:
Code reviewed and merged into develop branch with commit 95589d0bbe01c27e4ce7812bef8582bf4fec9343
qa-devel@lists.fedoraproject.org