Skip to content

Commit 1bf5b7d

Browse files
committed
fix: cleaner logs
1 parent 17d4ce3 commit 1bf5b7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN --mount=type=cache,target=/tmp/pear pecl install redis \
2626
pecl install --configureoptions 'with-librabbitmq-dir="autodetect"' amqp
2727
RUN docker-php-ext-enable redis mongodb gearman rdkafka xdebug amqp
2828

29-
COPY ./php/cli.ini /usr/local/etc/php/conf.d/1-dev_cli
29+
COPY ./php/cli.ini /usr/local/etc/php/conf.d/.user.ini
3030
COPY ./bin/dev_entrypoiny.sh /usr/local/bin/entrypoint.sh
3131
RUN mv /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini
3232
RUN chmod u+x /usr/local/bin/entrypoint.sh

docker/php/cli.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error_reporting=E_ALL
1+
error_reporting=E_ALL&~E_DEPRECATED&~E_USER_DEPRECATED
22
display_errors=on
33
memory_limit = 2G
44
max_execution_time=0

0 commit comments

Comments
 (0)