Forums

Error log stopped updating

Suddenly the error log is not updating. What log can I use instead when it happens again - I write to it in order to see problems and progress in my app

Are there currently errors on your site? Remember that the error log will only get written to if there are actually errors. If you're directly printing to the standard error stream in order to put things into it, you'll need to add the "flush=True" parameter to those print statements, as otherwise they may get buffered, so you'd only see output when the buffer fills up.

The error log now works fine. There were no errors on my site. It just stopped logging after few hours started logging again

OK, let us know if that happens again, so we could have a closer look.