Updated 9 logging.dat (markdown)
parent
be3052b5d7
commit
7006a01f5b
|
@ -5,3 +5,42 @@ see also:
|
||||||
* [https://bitmessage.org/forum/index.php/topic,4820.msg11163.html#msg11163](https://bitmessage.org/forum/index.php/topic,4820.msg11163.html#msg11163)
|
* [https://bitmessage.org/forum/index.php/topic,4820.msg11163.html#msg11163](https://bitmessage.org/forum/index.php/topic,4820.msg11163.html#msg11163)
|
||||||
|
|
||||||
* http://web.archive.org/web/20170712122006/https://bitmessage.org/forum/index.php/topic,4820.msg11163.html
|
* http://web.archive.org/web/20170712122006/https://bitmessage.org/forum/index.php/topic,4820.msg11163.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
example:
|
||||||
|
`
|
||||||
|
|
||||||
|
[loggers]
|
||||||
|
keys = root,null
|
||||||
|
|
||||||
|
[handlers]
|
||||||
|
keys = null
|
||||||
|
|
||||||
|
[formatters]
|
||||||
|
keys = null
|
||||||
|
|
||||||
|
[formatter_null]
|
||||||
|
formatter = null
|
||||||
|
|
||||||
|
[logger_root]
|
||||||
|
level=CRITICAL
|
||||||
|
handlers=null
|
||||||
|
|
||||||
|
[logger_null]
|
||||||
|
level=CRITICAL
|
||||||
|
handlers=null
|
||||||
|
qualname=default
|
||||||
|
propagate=0
|
||||||
|
|
||||||
|
[handler_null]
|
||||||
|
class = logging.NullHandler
|
||||||
|
formatter = null
|
||||||
|
level = CRITICAL
|
||||||
|
args=()
|
||||||
|
|
||||||
|
[formatter_syslog]
|
||||||
|
format=%(asctime)s %(threadName)s %(filename)s@%(lineno)d %(message)s
|
||||||
|
datefmt=%b %d %H:%M:%S
|
||||||
|
|
||||||
|
`
|
Reference in New Issue
Block a user