Skip to content

Commit

Permalink
fix: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Jul 6, 2024
1 parent 8f6cef7 commit 8743e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def signal_handler(sig, frame):
host=settings.FASTAPI_HOST,
port=settings.FASTAPI_PORT,
workers=settings.FASTAPI_WORKERS,
log_config=None,#a
log_config=None,
)
server = Server(config=config)

Expand Down

0 comments on commit 8743e49

Please sign in to comment.