diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2014-07-20 12:42:20 +0400 |
---|---|---|
committer | Evgeny Khramtsov <xramtsov@gmail.com> | 2014-07-20 12:42:20 +0400 |
commit | 48d7ec1a92daab1123e9d794d5d2f48f57c5bd3a (patch) | |
tree | 5c2dbbebbbaedd1c5774535b71202c45c7c41b2f | |
parent | Improve MUC test cases (diff) | |
parent | Fix ejabberd.yml comment on overload protection (diff) |
Merge pull request #253 from weiss/fix-config-comments
Apply small fixes to description of log rotation in ejabberd.yml.example
-rw-r--r-- | ejabberd.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 8f16d1a4e..627011d2e 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -44,7 +44,7 @@ loglevel: 4 ## does not disable rotation, it instead rotates the file and keeps no previous ## versions around. Setting size to X rotate log when it reaches X bytes. ## To disable rotation set the size to 0 and the date to "" -## Size syntax is taken from the syntax newsyslog uses in newsyslog.conf. +## Date syntax is taken from the syntax newsyslog uses in newsyslog.conf. ## Some examples: ## $D0 rotate every night at midnight ## $D23 rotate every day at 23:00 hr @@ -59,7 +59,7 @@ log_rotate_count: 1 ## ## overload protection: If you want to limit the number of messages per second -## allowed from error_logger, which is a good idea if you want to weather a flood +## allowed from error_logger, which is a good idea if you want to avoid a flood ## of messages when system is overloaded, you can set a limit. ## 100 is ejabberd's default. log_rate_limit: 100 |