Here's a way to work without implicit logging configs.

In development.ini, create a setting that references the logging config 
file (which is the same file):

[app:myapp]
logging.config = %(here)s/development.ini

At the top of app(global_config, **settings):

logging.config.fileConfig(settings['logging.config'])

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/sijRp5XBJGcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to