Skip to content

Commit

Permalink
force newrelic to log to stderr; stdout interferes with boots
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Jul 9, 2014
1 parent 8017891 commit 8d6943d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/php/conf.d/ext-newrelic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ newrelic.daemon.loglevel = warning

newrelic.license = ${NEW_RELIC_LICENSE_KEY}
newrelic.appname = ${NEW_RELIC_APP_NAME}
newrelic.logfile = ${NEW_RELIC_LOG}
newrelic.daemon.logfile = ${NEW_RELIC_LOG}
newrelic.logfile = stderr # the stdout default messes up boots as we capture output for crash detection
newrelic.daemon.logfile = stderr # the stdout default messes up boots as we capture output for crash detection

0 comments on commit 8d6943d

Please sign in to comment.