Skip to content

Commit

Permalink
make reddit.rexport logs info by default
Browse files Browse the repository at this point in the history
can always be configured with HPI_LOGS
having this on debug makes hpi doctor
quite verbose
  • Loading branch information
seanbreckenridge authored and karlicoss committed Feb 2, 2022
1 parent 7ead8eb commit 823668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my/reddit/rexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class rexport:
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
Expand Down

0 comments on commit 823668c

Please sign in to comment.