Compare commits

..

No commits in common. "632102c813021e9aa38f4828c9df524cae0b7444" and "5326152ff468a5a6c7e710010f8c87204adeffce" have entirely different histories.

2 changed files with 11 additions and 10 deletions

View File

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

View File

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