From 8d6943de2e9e75e7e721b8eb4ebb4afce7ed453c Mon Sep 17 00:00:00 2001 From: David Zuelke Date: Wed, 9 Jul 2014 16:46:39 +0200 Subject: [PATCH] force newrelic to log to stderr; stdout interferes with boots --- conf/php/conf.d/ext-newrelic.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/php/conf.d/ext-newrelic.ini b/conf/php/conf.d/ext-newrelic.ini index 76f7aa8b5..b5970f82c 100644 --- a/conf/php/conf.d/ext-newrelic.ini +++ b/conf/php/conf.d/ext-newrelic.ini @@ -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