Skip to content

Commit 209cee7

Browse files
committed
chore: disable newrelic logging
1 parent 5804e3a commit 209cee7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ RUN apt-get update && apt-get install -y -q --no-install-recommends --no-install
6161
&& NR_INSTALL_USE_CP_NOT_LN=1 NR_INSTALL_SILENT=1 newrelic-install install \
6262
&& chown www-data:www-data /usr/local/etc/php/conf.d/newrelic.ini && chmod a+rw /usr/local/etc/php/conf.d/newrelic.ini \
6363
&& apt-get remove -y gnupg2 && rm -rf /var/lib/apt/lists/* \
64-
&& echo "newrelic.distributed_tracing_enabled = false" | sudo tee -a /usr/local/etc/php/conf.d/newrelic.ini
64+
&& echo "newrelic.distributed_tracing_enabled = false" | sudo tee -a /usr/local/etc/php/conf.d/newrelic.ini \
65+
&& echo "newrelic.application_logging.enabled = false" | sudo tee -a /usr/local/etc/php/conf.d/newrelic.ini
6566

6667
RUN echo "---> Adding Tini" && \
6768
wget -O /tini https://github.com/krallin/tini/releases/download/v0.18.0/tini-static && \

0 commit comments

Comments
 (0)