Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /