twitter/archive: set default logger to warning
This commit is contained in:
parent
b6fa26b899
commit
62832a6756
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ from ..core import kompress
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
logger = LazyLogger(__name__, level="debug")
|
logger = LazyLogger(__name__, level="warning")
|
||||||
|
|
||||||
|
|
||||||
def inputs() -> Sequence[Path]:
|
def inputs() -> Sequence[Path]:
|
||||||
|
|
Loading…
Add table
Reference in a new issue