Closed davidmanns closed 1 month ago
The default value of --errorlog is :stderr. This puts error logging into a file called ":stderr" which is clearly not good.
Further, the resulting file is cleared out each time py4web is restarted.
This is fixed.
The default value of --errorlog is :stderr. This puts error logging into a file called ":stderr" which is clearly not good.
Further, the resulting file is cleared out each time py4web is restarted.