On Mar 22, 12:18 am, Thadeus Burgess <thade...@thadeusb.com> wrote:
> How would you propose web2py to write sql.log, or its .table files
> used in migrations for that matter?

The debian packaging rules are quite strict about it, the log files
should go to /var/log, transient runtime files go to /var/run,
variable state information - to /var/lib/. You can find more details
in the Filesystem Hierarchy Standard document at
http://www.pathname.com/fhs/pub/fhs-2.3.html#THEVARHIERARCHY

Of course, all this applies only to prepackaged applications. When a
user starts web2py from his home directory all runtime files should
stay in the same home directory.

Regards,
Dima.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to