Skip to content

Commit 590773b

Browse files
authored
Updated default logging to info instead of debug (#29)
1 parent e73ca9c commit 590773b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from listeners import register_listeners
88

9-
logging.basicConfig(level=logging.DEBUG)
9+
logging.basicConfig(level=logging.INFO)
1010

1111
app = App(token=os.environ.get("SLACK_BOT_TOKEN"))
1212

0 commit comments

Comments
 (0)