Comment #21 on issue 85 by
Phane.Ph...@gmail.com: wfrog does not work with
python 2.7 (workaround implemented)
https://code.google.com/p/wfrog/issues/detail?id=85
none of andy or quigle workaround works for me
it solve the AttributeError: 'RotatingFileHandler' object has no
attribute 'filters' error but when launching "wfrog -d" I now have this:
Traceback (most recent call last):
File "/usr/bin/wfrog", line 138, in <module>
component.run(config_file, settings)
File "/usr/lib/wfrog/wflogger/wflogger.py", line 132, in run
self.configure(config_file, settings_file)
File "/usr/lib/wfrog/wflogger/wflogger.py", line 94, in configure
(config, self.context) = self.configurer.configure(options, self,
config_file, settings_file)
File "/usr/lib/wfrog/wfcommon/config.py", line 121, in configure
self.log_configurer.configure(options, config, context)
File "/usr/lib/wfrog/wfcommon/log.py", line 80, in configure
handler.setLevel(levels[handler_config['level']])
AttributeError: 'dict' object has no attribute 'setLevel'