You can pass a list of filenames to logging.config.fileConfig and it will
use them in order (including inheritance). Although that's not documented
anywhere.

On Sun, Jun 28, 2015 at 3:07 PM, Jon Rosebaugh <j...@inklesspen.com> wrote:

> On 6/28/15 3:39 AM, Domen Kožar wrote:
>
>> ConfigParser does allow "file inheritance", but sadly PasteDeploy never
>> used the feature:
>>
>>
>> https://docs.python.org/2/library/configparser.html#ConfigParser.RawConfigParser.read
>>
>
> Logging configuration isn't actually done with PasteDeploy; logging.config
> provides a fileConfig function. I'm not surprised it doesn't work with
> inheritance, though.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pylons-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/pylons-devel.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-devel+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to