#374: Rework Logging Mechanisms --------------------------------------+------------------------ Reporter: tflink | Owner: tflink Type: enhancement | Status: new Priority: major | Milestone: Fedora 19 Component: Blocker bug tracker page | Version: Keywords: | Blocked By: Blocking: | --------------------------------------+------------------------ = problem =
The logs for both the blocker tracking app and the sync operation are limited to stdout only instead of being separated out into a file.
= analysis =
The biggest problem here is recording what happens with sync - we used to deal with it by piping the output into a file but with the shift to RPM packaging and hosting in fedora infra, this is no longer an option.
The log messages during normal app use go to httpd's error_log but that isn't as big of a problem.
This bug will serve as a tracker bug for all the functionality which needs to be done in order to properly log output from sync and the blocker tracking app.