Skip to content

Commit

Permalink
Change log level to error to reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Nov 18, 2024
1 parent f058d20 commit 15085d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ COPY deploy/config/php-pool.conf pool.conf

# Configure Relay - See https://relay.so/docs/1.x/configuration
RUN RELAY_CONFIG_FILE=/usr/local/etc/php/conf.d/docker-php-ext-relay.ini && \
# Set log level to notice
sed -i 's/^;\? \?relay.loglevel =.*/relay.loglevel = notice/' $RELAY_CONFIG_FILE && \
# Set log level to error
sed -i 's/^;\? \?relay.loglevel =.*/relay.loglevel = error/' $RELAY_CONFIG_FILE && \
# Set log file to stderr
sed -i 's/^;\? \?relay.logfile =.*/relay.logfile = \/dev\/stderr/' $RELAY_CONFIG_FILE && \
# Settings related to the in-memory cache (not Redis).
Expand Down

0 comments on commit 15085d7

Please sign in to comment.