my.core.logging: compatibility with HPI_LOGS
re-adds a removed check for HPI_LOGS, add some docs fix the checks for browserexport/takeout logs to use the computed level from my.core.logging
This commit is contained in:
parent
c283e542e3
commit
374ecafb53
8 changed files with 47 additions and 20 deletions
|
@ -26,8 +26,7 @@ from browserexport.merge import read_visits, Visit
|
|||
from sqlite_backup import sqlite_backup
|
||||
|
||||
from .common import _patch_browserexport_logs
|
||||
|
||||
_patch_browserexport_logs()
|
||||
_patch_browserexport_logs(__name__)
|
||||
|
||||
|
||||
def inputs() -> Sequence[Path]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue