mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-03 05:13:50 +00:00
Add newline after Gunicorn initialization message for better readability
This commit is contained in:
parent
05d03638ec
commit
cf2f6b726c
@ -61,7 +61,7 @@ def on_starting(server):
|
||||
except ImportError:
|
||||
print("psutil not installed, skipping memory usage reporting")
|
||||
|
||||
print("Gunicorn initialization complete, forking workers...")
|
||||
print("Gunicorn initialization complete, forking workers...\n")
|
||||
|
||||
|
||||
def on_exit(server):
|
||||
|
Loading…
x
Reference in New Issue
Block a user