diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-04-20 09:31:09 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-04-20 09:31:09 +0300 |
commit | 3f1d695f6ae62a641c20cf44640c43a8e5eacb5b (patch) | |
tree | ecad528fcdb759ed79d8893b17b97192cbdb30cd | |
parent | 60e638cb10934999db3626974a0b5b664277cffd (diff) | |
download | rspamd-3f1d695f6ae62a641c20cf44640c43a8e5eacb5b.tar.gz rspamd-3f1d695f6ae62a641c20cf44640c43a8e5eacb5b.zip |
Fix typos
-rw-r--r-- | doc/markdown/configuration/logging.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markdown/configuration/logging.md b/doc/markdown/configuration/logging.md index ee7212d12..1d42ac91a 100644 --- a/doc/markdown/configuration/logging.md +++ b/doc/markdown/configuration/logging.md @@ -1,7 +1,7 @@ # Rspamd logging settings ## Introduction -Rspamd has a number of logging variants. First of all there are three types of logs that are supported by rspamd: console loggging (just output log messages to console), file logging (output log messages to file) and logging via syslog. Also it is possible to filter logging to specific level: +Rspamd has a number of logging variants. First of all there are three types of logs that are supported by rspamd: console logging (just output log messages to console), file logging (output log messages to file) and logging via syslog. Also it is possible to filter logging to specific level: * `error` - log only critical errors * `warning` - log errors and warnings @@ -30,7 +30,7 @@ Here is summary of logging parameters: - `type` - Defines logging type (file, console or syslog). For some types mandatory attribute is required: + `filename` - path to log file for file logging + `facility` - logging facility for syslog -- `level` - Defines loggging level (error, warning, info or debug). +- `level` - Defines logging level (error, warning, info or debug). - `log_buffer` - For file and console logging defines buffer size that will be used for logging output. - `log_urls` - Flag that defines whether all urls in message would be logged. Useful for testing. - `debug_ip` - List that contains ip addresses for which debugging would be turned on. |