Skip to content

Commit

Permalink
server: Enable server side logging.
Browse files Browse the repository at this point in the history
Enable always connect to make emitting possible for user authentication

Signed-off-by: ZorEl212 <[email protected]>
  • Loading branch information
ZorEl212 committed Sep 11, 2024
1 parent 375a8d8 commit 739a3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
storage = DBClient()
config = Redis()

sio = socketio.Server()
sio = socketio.Server(always_connect=True, logger=True, engineio_logger=True)

0 comments on commit 739a3f2

Please sign in to comment.