Add newline after Gunicorn initialization message for better readability
This commit is contained in:
@@ -61,7 +61,7 @@ def on_starting(server):
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
print("psutil not installed, skipping memory usage reporting")
|
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):
|
def on_exit(server):
|
||||||
|
Reference in New Issue
Block a user