chore: update monolog.yaml

This commit is contained in:
Maël Gangloff
2024-08-13 18:29:56 +02:00
parent ff2b2d7fb0
commit 34d946ba30
2 changed files with 8 additions and 12 deletions

View File

@@ -95,10 +95,6 @@ RUN set -eux; \
composer dump-env prod; \ composer dump-env prod; \
composer run-script --no-dev post-install-cmd; \ composer run-script --no-dev post-install-cmd; \
chmod +x bin/console; \ chmod +x bin/console; \
sync
RUN set -eux; \
php bin/console assets:install; \ php bin/console assets:install; \
yarn install; \ yarn install; \
yarn run build; \ yarn run build; \

View File

@@ -42,7 +42,7 @@ when@prod:
handlers: handlers:
main: main:
type: fingers_crossed type: fingers_crossed
action_level: error action_level: notice
handler: nested handler: nested
excluded_http_codes: [ 404, 405 ] excluded_http_codes: [ 404, 405 ]
buffer_size: 50 # How many messages should be saved? Prevent memory leaks buffer_size: 50 # How many messages should be saved? Prevent memory leaks