From 9d304c4558fb2f834b24a2ca3517ca262cc534d6 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Tue, 30 May 2017 09:47:25 +0200 Subject: [PATCH] logrotate --- HowtoDebian/MigrationWheezyJessie.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/HowtoDebian/MigrationWheezyJessie.md b/HowtoDebian/MigrationWheezyJessie.md index d8d445bc..4c95635e 100644 --- a/HowtoDebian/MigrationWheezyJessie.md +++ b/HowtoDebian/MigrationWheezyJessie.md @@ -396,4 +396,17 @@ En cas d'erreurs du type `pam_ldap: error trying to bind (Invalid credentials)` ## Asterisk -Le module "meetme" n'existe plus, il est remplacé par "confbridge" \ No newline at end of file +Le module "meetme" n'existe plus, il est remplacé par "confbridge" + +## logrotate + +Si vous avez une erreur du type : _zsyslog: missing '{' after log files definition_ +c'est qu'il faut préciser une section du type : + +~~~ +/var/log/mail.log +{ + daily + rotate 365 +} +~~~