Skip to content

Commit

Permalink
Switch logging back to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson committed Nov 23, 2024
1 parent 31836b5 commit 2b72de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supportbot/supportbot/cli/bot_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from supportbot.constants import DEFAULT_CHANNEL_IDS, DEFAULT_NETWORK_NUMBER_PROPERTY_ID


logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(level=logging.INFO)

@click.command()

Expand Down

0 comments on commit 2b72de3

Please sign in to comment.