Tags » python » gunicorn
TIL: Redacting sensitive information from gunicorn access logs
Create a subclass of
gunicorn.glogging.Logger
, and redact information in theatoms()
method.TIL: How to gracefully restart a gunicorn app
Create a subclass of gunicorn.glogging.Logger
, and redact information in the atoms()
method.