Merge branch 'master' into dist/envole/6/master

This commit is contained in:
Arnaud Fornerot 2020-10-19 10:33:11 +02:00
commit 632102c813
2 changed files with 10 additions and 11 deletions

View File

@ -1,6 +1,13 @@
/var/www/html/ninegate/var/logs/*.log {
rotate 5
daily
su www-data
su root www-data
daily
rotate 7
size 900
maxage 7
compress
dateext
dateformat -%Y%m%d
missingok
create 644 www-data www-data
}

View File

@ -13,14 +13,6 @@ imports:
parameters:
locale: fr
monolog:
handlers:
main:
type: rotating_file
path: '%kernel.logs_dir%/%kernel.environment%.log'
level: error
max_files: 10
framework:
#esi: ~
#translator: { fallbacks: ['%locale%'] }