Skip to content

Commit

Permalink
Merge pull request #82 from yasushi-saito/saito-logging
Browse files Browse the repository at this point in the history
fix(python): downgrade the startup log message
  • Loading branch information
jourdain authored Jan 3, 2022
2 parents 99d8307 + bee2f52 commit 37b505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/wslink/backends/aiohttp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

async def _on_startup(app):
# Emit an expected log message so launcher.py knows we've started up.
logging.critical("wslink: Starting factory")
print("wslink: Starting factory")
# We've seen some issues with stdout buffering - be conservative.
sys.stdout.flush()

Expand Down

0 comments on commit 37b505c

Please sign in to comment.