web2py / py4web

Other
258 stars 127 forks source link

run command --errorlog parameter :stderr and :stdout puts error logging into a file #903

Closed davidmanns closed 1 month ago

davidmanns commented 2 months 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.

mdipierro commented 1 month ago

This is fixed.