Skip to content

Commit

Permalink
Merge pull request Yelp#432 from Yelp/improved-logs
Browse files Browse the repository at this point in the history
don't override the root logger
  • Loading branch information
domanchi authored Mar 17, 2021
2 parents 265436e + f128820 commit 6bf8790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect_secrets/core/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def set_debug_level(self, debug_level: int) -> None:
)


log = get_logger()
log = get_logger('detect-secrets')

0 comments on commit 6bf8790

Please sign in to comment.