Forums

Error Log Blank

Hi,

I'm using a free account and my app is a simple flask API. I have started having issues with the Error Log. It was working fine up until a few days ago but now it is completely blank. I've tried clearing browser cache and using a different browser. Can anyone help please?

Thanks if you can.

Error logs are rotated -- if they're more than 100KiB in size, then at around midnight, the old error log will be moved to the same filename, but with a .1 at the end, the old .1 file will be compressed using gzip and moved to the same filename but with .2.gz at the end, and so on all the way up to the .10.gz file, which will be deleted.

So that's why the old contents are no longer there; if there are no errors in your website, then of course you will not get any new ones, so the error log will remain empty.