make reddit.rexport logs info by default
can always be configured with HPI_LOGS having this on debug makes hpi doctor quite verbose
This commit is contained in:
parent
7ead8eb4c9
commit
823668ca5c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ from typing import List, Sequence, Mapping, Iterator, Any
|
|||
from my.core.common import mcachew, get_files, LazyLogger, make_dict, Stats
|
||||
|
||||
|
||||
logger = LazyLogger(__name__, level='debug')
|
||||
logger = LazyLogger(__name__, level='info')
|
||||
|
||||
|
||||
from pathlib import Path
|
||||
|
|
Loading…
Add table
Reference in a new issue