Merge branch 'master' into dist/envole/6/master
This commit is contained in:
commit
632102c813
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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%'] }
|
||||
|
|
Loading…
Reference in New Issue