Why am I getting PermissionError [Errno 13] when attempting to write to log in Flask hosted by Apache? – Debian
I am running Flask 1.1.4 via Python 3.5.3, hosted via an Apache 2 server on Debian Stretch. I am attempting to log various messages from the program, using the python logging module. This works normally. However, if I restart the…