Skip to content

Commit 1d1e276

Browse files
committed
enable debug log
1 parent c1583f4 commit 1d1e276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker_stuff/python_stuff/websocket_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
tracer.configure(hostname="172.28.0.5", port=8126)
2525

2626
logger = logging.getLogger(__name__)
27-
logger.setLevel(logging.INFO)
27+
logger.setLevel(logging.DEBUG)
2828

2929
log_file: str = "./logs/websocket_handler.log"
3030
handler = RotatingFileHandler(log_file, maxBytes=1000000, backupCount=5)

0 commit comments

Comments
 (0)