Confirmed users
16
edits
Line 193: | Line 193: | ||
== Log files == | == Log files == | ||
All log files are under <code>/var/log/supervisor</code>. Most of the logs are logged into minion-*.stderr.log. We are currently fixing [https://github.com/mozilla/minion-frontend/issues/99 stderr log is not generated]. | All log files are under <code>/var/log/supervisor</code>. Most of the logs are logged into minion-*.stderr.log. <strike>We are currently fixing [https://github.com/mozilla/minion-frontend/issues/99 stderr log is not generated]</strike>. | ||
'''(This issue is fixed by editing /etc/supervisord/conf.d/minion-frontend.supervisor.conf to give stderr_log the same parent path as stdout_log)''' | |||
To get around with this problem, as a developer I normally do this after starting up all minion services (using <code>startsuper</code>): | To get around with this problem, as a developer I normally do this after starting up all minion services (using <code>startsuper</code>): |