why not ? logging.conf is a global thing in web2py and it just says where things needs to be redirected, not what to redirect. If you want to manage logging entirely in your app, don't use logging.conf but your own logging instance with your own config.
On Thursday, September 18, 2014 10:43:22 AM UTC+2, Manuele wrote: > > Il 17/09/14 21:27, Niphlod ha scritto: > > logging.conf should be in the root dir, not in the app dir. > uhm it make sense for lots of its contents but in this way I cannot > manage the log completely from my application.. or yes? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

