browser: fix duplicate logs when fetching loglevel
This commit is contained in:
parent
2a46341ce2
commit
724eaeb0ea
3 changed files with 7 additions and 9 deletions
|
@ -26,7 +26,7 @@ from .common import _patch_browserexport_logs
|
|||
|
||||
|
||||
logger = LazyLogger(__name__, level="warning")
|
||||
_patch_browserexport_logs(__name__)
|
||||
_patch_browserexport_logs(logger.level)
|
||||
|
||||
|
||||
# all of my backed up databases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue