Skip to content

Commit

Permalink
Changed timer verbosity of the logging to DEBUG (#186)
Browse files Browse the repository at this point in the history
The current INFO level is too verbose
  • Loading branch information
jorge-cervest authored Oct 25, 2022
1 parent 71a8362 commit 91c68cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackstac/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


@contextmanager
def time(statement: str, level=logging.INFO):
def time(statement: str, level=logging.DEBUG):
start = default_timer()
error = None
try:
Expand Down

0 comments on commit 91c68cd

Please sign in to comment.