Browse Source
By default log level is INFO if not set in config, can be changed (this repeats functionality from joinmarket-org/joinmarket).master
5 changed files with 23 additions and 5 deletions
@ -1,6 +1,7 @@
|
||||
from __future__ import print_function |
||||
|
||||
from .support import (get_log, chunks, debug_silence, debug_dump_object, |
||||
joinmarket_alert, core_alert, get_password, _byteify) |
||||
joinmarket_alert, core_alert, get_password, _byteify, |
||||
set_logging_level) |
||||
from commands import * |
||||
|
||||
|
||||
Loading…
Reference in new issue