Użytkownik Ed Leafe napisał:
> I've revamped the entire logging system for Dabo to use the standard
> Python logging module. Needless to say, this will require a lot of testing to
> make sure that it's all working correctly.
>
> I'd also like some feedback on the implementation. I've chosen to go
> with the configuration file approach, with a standard 'logging.conf' in the
> root of the framework. Apps would need to include their own logging.conf if
> they need to use different logging options.
>
>
Hi,
I receive exception message on application startup:
Traceback (most recent call last):
File "alio.py", line 7, in <module>
import dabo
File "C:\Python25\lib\site-packages\dabo\__init__.py", line 136, in
<module>
logging.config.fileConfig(logConfFile)
File "C:\Python25\lib\logging\config.py", line 85, in fileConfig
_install_loggers(cp, handlers)
File "C:\Python25\lib\logging\config.py", line 229, in _install_loggers
logger.addHandler(handlers[string.strip(hand)])
KeyError: 'fileHandler'
--
Regards
Jacek Kałucki
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]