-
Notifications
You must be signed in to change notification settings - Fork 576
6 Tips & Tricks
bug Lady edited this page Nov 20, 2019
·
13 revisions
use Bitmessage over Tornet settings
wondered why after "HELP / CONTACT SUPPORT" a commit hash sometimes showed, sometimes not?
It is shown only if you run from the full cloned git repo. Running from a copied /src/ subdir will not display the hash by contrast.
- Reduce the "log level" to have smaller "debug.log" files, or none at all. edit a text file "logger.dat" accordingly: how to do it to reduce logging, edit a text file .../src/logger.dat with content:
[logger_root]
level=NOTSET
handlers=handler_null
[formatters]
keys =
[formatter_null]
wtf=null
[handlers]
keys =
[handler_null]
class =
[loggers]
keys = root
in regular pyBM you must switch over manually, because of security concerns. http://bitmessage.mybb.im forum has more info on how to do that automatically, just 3 lines must be adapted.
Those places in the python code should be marked ###USER_FEATURE there are a couple of them in existence, such as modified number of connections etc.. find more info in the 3 forums out there (UBF and the others).
to the other wiki at sourceforge