madebyhiro / codem-transcode

Offline video transcoder written in node.js
Other
153 stars 68 forks source link

High volume of logging if codem-transcode can't open the log file. #17

Closed tieleman closed 5 years ago

tieleman commented 11 years ago

If you launch the transcoder with config options that don't reference a valid logging location (due to file-system permissions for example) you'll get a very large number of log entries on STDOUT, e.g.:

30 Apr 09:13:56 - Error while logging to access_log. Error: EACCES, open '/var/log/access_log'
30 Apr 09:13:56 - Error while logging to access_log. Error: EACCES, open '/var/log/access_log'
30 Apr 09:13:56 - Error while logging to access_log. Error: EACCES, open '/var/log/access_log'
30 Apr 09:13:56 - Error while logging to access_log. Error: EACCES, open '/var/log/access_log'

Workaround for now of course is to specify a valid location.