Log from upstart console

We are no longer piping our service output to logger, so we should be
logging the stdout via upstart. This is useful for detecting tracebacks
and other info which does not go through python logging.

Change-Id: I5d4abb94ff15f74fd2478e70d0fa4d3bb9c09f2d
This commit is contained in:
Gregory Haynes 2015-01-14 19:50:42 -08:00
parent 896a082117
commit 4c31859fbb
1 changed files with 0 additions and 3 deletions

View File

@ -182,9 +182,6 @@ respawn
# not hit the default of 10 times in 5 seconds. Make it 2 times in 10s.
respawn limit 2 10
# We're logging to syslog
console none
exec start-stop-daemon --start -c $user --exec $install_dir/bin/$cmd -- $args
post-start $POSTSTART