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:
Sean Breckenridge 2022-01-31 02:39:39 -08:00 committed by karlicoss
parent 7ead8eb4c9
commit 823668ca5c

View file

@ -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