]> source.dussan.org Git - rspamd.git/commitdiff
Markdown fixes.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 14 Aug 2014 12:57:58 +0000 (13:57 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 14 Aug 2014 12:57:58 +0000 (13:57 +0100)
doc/markdown/configuration/logging.md

index b6d9584db6a440510b8c1f359a9f133ec17cdcf5..4ea6dbad98522aead12c9279f2ece5dd1f81ba5d 100644 (file)
@@ -21,14 +21,15 @@ Rspamd has a number of logging variants. First of all there are three types of l
 
 Also it is possible to turn on debug messages for specific ip addresses. This ability is usefull for testing. For each logging type there are special mandatory parameters: log facility for syslog (read `syslog(3)` manual page for details about facilities), log file for file logging. Also file logging may be buffered for speeding up. For reducing logging noise rspamd detects for sequential identic log messages and replace them with total number of repeats:
 
-```
+~~~
 #81123(fuzzy): May 11 19:41:54 rspamd file_log_function: Last message repeated 155 times
 #81123(fuzzy): May 11 19:41:54 rspamd process_write_command: fuzzy hash was successfully added
-```
+~~~
 
 ## Configuration parameters
 
 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