Skip to content

Commit 5a835d6

Browse files
committed
Increase server log level. Stuff seems to work for now.
1 parent 914b072 commit 5a835d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serve.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# Setup logging
3232
logging.basicConfig(
3333
stream=sys.stderr,
34-
level=logging.DEBUG,
34+
level=logging.INFO,
3535
format='%(filename)s:%(lineno)s %(levelname)s:%(message)s')
3636

3737
# Create the API instance

0 commit comments

Comments
 (0)