Updated 6 Tips & Tricks (markdown)
parent
015ffb2c6d
commit
abfd2a75dd
|
@ -10,7 +10,7 @@ It is shown **only** if you run from the full cloned git repo. Running from a co
|
||||||
* Reduce the "log level" to have smaller "debug.log" files, or none at all.
|
* Reduce the "log level" to have smaller "debug.log" files, or none at all.
|
||||||
edit a text file "logger.dat" [accordingly](https://docs.python.org/2/library/logging.config.html#logging.config.fileConfig): how to [do it](https://bitmessage.org/forum/index.php?topic=4820.msg11163#msg11163) to reduce logging, edit a text file .../src/logger.dat with content:
|
edit a text file "logger.dat" [accordingly](https://docs.python.org/2/library/logging.config.html#logging.config.fileConfig): how to [do it](https://bitmessage.org/forum/index.php?topic=4820.msg11163#msg11163) to reduce logging, edit a text file .../src/logger.dat with content:
|
||||||
|
|
||||||
|
```
|
||||||
[logger_root]
|
[logger_root]
|
||||||
level=NOTSET
|
level=NOTSET
|
||||||
handlers=handler_null
|
handlers=handler_null
|
||||||
|
@ -29,7 +29,7 @@ class =
|
||||||
|
|
||||||
[loggers]
|
[loggers]
|
||||||
keys = root
|
keys = root
|
||||||
|
```
|
||||||
***
|
***
|
||||||
### switch to HTML view automatically
|
### switch to HTML view automatically
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user