Clean up logging output and remove redundant log messages
This commit is contained in:
@@ -61,9 +61,7 @@ def on_starting(server):
|
||||
except ImportError:
|
||||
print("psutil not installed, skipping memory usage reporting")
|
||||
|
||||
print("=" * 80)
|
||||
print("Gunicorn initialization complete, forking workers...")
|
||||
print("=" * 80)
|
||||
|
||||
|
||||
def on_exit(server):
|
||||
|
Reference in New Issue
Block a user