You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have logging via Watchtower for 2 different CloudWatch streams within the same group. The following is environment-specific settings code within -settings.py files. They share a common initial LOGGING config.
It seems that switching our gunicorn worker class from the default ("sync") to "gthread" and using multiple threads per worker somehow resolved this. I'm not sure exactly how, but I'll close this issue since it seems to not be directly related to watchtower. With that said, if that's true, it would probably be a helpful addition to the docs.
We are using Django 4.2.15 and Watchtower 3.3.1
We have logging via Watchtower for 2 different CloudWatch streams within the same group. The following is environment-specific settings code within -settings.py files. They share a common initial
LOGGING
config.The "primary" logger works as intended. However, any logs to the "secondary" logger fail with:
As with many issues in this repo, setting
use_queues: False
enables logs for both, but that is not suitable for a production deployment.The text was updated successfully, but these errors were encountered: