Metadata-Version: 1.1
Name: collective.envlogfile
Version: 1.0.0
Summary: UNKNOWN
Home-page: https://github.com/datakurre/collective.envlogfile
Author: Asko Soukka
Author-email: asko.soukka@iki.fi
License: EUPL
Description: Envlogfile
        ==========
        
        Provides ZConfig_-compatible logfile handler called ``envlogfile``, which
        is otherwise similar to the default ``logfile`` handler, but interpolates
        environment variables in the given log file path name.
        
        .. code:: python
        
           path = self.section.path % os.environ
        
        Usage with `plone.recipe.zope2instance`_:
        
        .. _ZConfig: https://pypi.python.org/pypi/ZConfig
        .. _plone.recipe.zope2instance: https://pypi.python.org/pypi/plone.app.zope2instance
        
        .. code:: ini
        
           [instance]
           event-log-custom =
               %import collective.envlogfile
               <envlogfile>
                   path %(MY_ENV_FOLDER)s/instance.log
                   level INFO
               </envlogfile>
        
        Changelog
        =========
        
        1.0.0 (2014-07-24)
        ------------------
        
        - First release.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
