Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr committed Jan 26, 2024
1 parent 59d65c9 commit a275afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/websocket_server/websocket_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
websocket_port = os.environ.get('WEBSOCKET_PORT') or 1234

logging.basicConfig(level=debug_level,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
format='%(asctime)s %(levelname)s : %(message)s')
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit a275afc

Please sign in to comment.