Skip to content

Commit

Permalink
small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkhamLee committed Feb 21, 2024
1 parent 637f515 commit e1588f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


# set up/configure logging with stdout so it can be picked up by K8s
logger = logging.getLogger('telemetry_logger')
logger = logging.getLogger('slack_telemetry_logger')
logger.setLevel(logging.DEBUG)

handler = logging.StreamHandler(stdout)
Expand Down

0 comments on commit e1588f2

Please sign in to comment.