I am using Flask application and default python logging lib for log
When i am trying to log to /var/log/flask_app.log. Its give me permission error as i am not ruing my flask with root.
Which is right location to place logs for my application ? Can we place application log to /var/log... how can we get rid of permission issue ?
This question is little opinionated but any advice would help.
Thanks
