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
The solution to this is to use gunicorn logging. By default we create our own handler and log to a file, which is really only sensible with a single instance.
Two different orlo child processes have open two different log files (orlo.log and orlo.log.1) and both are being written to:
The orlo process tree:
The text was updated successfully, but these errors were encountered: