Clean up logging output and remove redundant log messages

This commit is contained in:
yangdx
2025-02-27 20:17:28 +08:00
parent 05cf029bcc
commit 05d03638ec
3 changed files with 6 additions and 10 deletions

View File

@@ -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):