Skip to content

Commit

Permalink
Set logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaboy committed Aug 29, 2023
1 parent cede539 commit ab21741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchkit/log.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
import logging

log = logging.getLogger()
log = logging.getLogger('searchkit')


def setup_logging(level):
Expand Down

0 comments on commit ab21741

Please sign in to comment.