>
>
> I also have sometimes wanted to separate the logging configuration
> from the rest of the file. The logging configuration is very verbose
> with multiple stanzas and many lines, and sometimes I have several
> files that differ in only one or two settings but the same logging
> configuration. I also have multiple developers with their own file in
> the version-control system, and often they all have the same logging
> or would like me to manage the default logging options. Whenever I
> change a default setting I have to replicate it in several files, and
> that includes logging changes.
>

ConfigParser does allow "file inheritance", but sadly PasteDeploy never
used the feature:

https://docs.python.org/2/library/configparser.html#ConfigParser.RawConfigParser.read

-- 
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