mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
(trivial) logging "verbosity_filter" was renamed to "LOGGING_SHORTCUT"
This commit is contained in:
parent
75902f8e35
commit
ccccaf099f
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ class SweepStore(SqlDB):
|
||||||
|
|
||||||
|
|
||||||
class LNWatcher(AddressSynchronizer):
|
class LNWatcher(AddressSynchronizer):
|
||||||
verbosity_filter = 'W'
|
LOGGING_SHORTCUT = 'W'
|
||||||
|
|
||||||
def __init__(self, network: 'Network'):
|
def __init__(self, network: 'Network'):
|
||||||
AddressSynchronizer.__init__(self, JsonDB({}, manual_upgrades=False))
|
AddressSynchronizer.__init__(self, JsonDB({}, manual_upgrades=False))
|
||||||
|
@ -247,7 +247,7 @@ class LNWatcher(AddressSynchronizer):
|
||||||
|
|
||||||
class WatchTower(LNWatcher):
|
class WatchTower(LNWatcher):
|
||||||
|
|
||||||
verbosity_filter = 'W'
|
LOGGING_SHORTCUT = 'W'
|
||||||
|
|
||||||
def __init__(self, network):
|
def __init__(self, network):
|
||||||
LNWatcher.__init__(self, network)
|
LNWatcher.__init__(self, network)
|
||||||
|
|
Loading…
Add table
Reference in a new issue