first of all i want to say pythonAnywhere is awesome so thank you.
Observation
- for the last 3.5 years i have had a dashboard app fetching 3 server log files, via sftp, once per day:
1) /var/log/[app].server.log
2) /var/log/[app].server.log.1
3) /var/log/[app].server.log.2.gz
- today /var/log/[app].server.log.2.gz is missing
- over the last couple of months i have noticed that 1 or more of the above log files go missing periodically
Questions
- why are these log files disappearing occasionally?
- is it possible for you guys to update the logging code so these files do not going missing periodically?
Thanks,
Louie
-
p.s. if you are a spotify user and you want a tool to help curate your playlists head over to spotifyfinder.com (it is free, open source, tracker free, ad free) - this web app is hosted on pythonAnywhere. the log files mentioned above are from this web app.