Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Current Version
-
Fix Version/s: None
-
Component/s: Evaluation Engine / Workers
-
Labels:None
-
Sprint:The First Sprint, The Second Sprint
Description
This is needed to use the supervisord's log rotation facility out of the box. For now filetracker logs are not rotated and it's not good...
According to documentation, we can choose the stderr [1] instead of our custom log file by passing the argument
accesslog <log:string> Defines the log target ("stderr", filename, etc)
Then the stream will be redirected to stderr, catched by supervisord to rotated log.
[1] http://redmine.lighttpd.net/projects/4/wiki/Mod_accesslog
What was done in my change