wer kann helfen?
wolte auf 1.4.2 mit jessie pip3 aktuell.
unter 1.3 alles gut. als wo kann der fehler liegen?
File "/usr/lib/python3.4/logging/config.py", line 689, in configure_handler
formatter = self.config['formatters'][formatter]
File "/usr/lib/python3.4/logging/config.py", line 317, in __getitem__
value = dict.__getitem__(self, key)
KeyError: 'busmonitor'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/logging/config.py", line 557, in configure
handler = self.configure_handler(handlers[name])
File "/usr/lib/python3.4/logging/config.py", line 692, in configure_handler
'%r: %s' % (formatter, e))
ValueError: Unable to set formatter 'busmonitor': 'busmonitor'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/smarthome/bin/smarthome.py", line 1051, in <module>
sh = SmartHome(extern_conf_dir=extern_conf_dir)
File "/usr/local/smarthome/bin/smarthome.py", line 195, in __init__
self.initLogging()
File "/usr/local/smarthome/bin/smarthome.py", line 367, in initLogging
logging.config.dictConfig(doc)
File "/usr/lib/python3.4/logging/config.py", line 789, in dictConfig
dictConfigClass(config).configure()
File "/usr/lib/python3.4/logging/config.py", line 565, in configure
'%r: %s' % (name, e))
ValueError: Unable to configure handler 'busmonitor_file': Unable to set formatter 'busmonitor': 'busmonitor'
wolte auf 1.4.2 mit jessie pip3 aktuell.
unter 1.3 alles gut. als wo kann der fehler liegen?
File "/usr/lib/python3.4/logging/config.py", line 689, in configure_handler
formatter = self.config['formatters'][formatter]
File "/usr/lib/python3.4/logging/config.py", line 317, in __getitem__
value = dict.__getitem__(self, key)
KeyError: 'busmonitor'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/logging/config.py", line 557, in configure
handler = self.configure_handler(handlers[name])
File "/usr/lib/python3.4/logging/config.py", line 692, in configure_handler
'%r: %s' % (formatter, e))
ValueError: Unable to set formatter 'busmonitor': 'busmonitor'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/smarthome/bin/smarthome.py", line 1051, in <module>
sh = SmartHome(extern_conf_dir=extern_conf_dir)
File "/usr/local/smarthome/bin/smarthome.py", line 195, in __init__
self.initLogging()
File "/usr/local/smarthome/bin/smarthome.py", line 367, in initLogging
logging.config.dictConfig(doc)
File "/usr/lib/python3.4/logging/config.py", line 789, in dictConfig
dictConfigClass(config).configure()
File "/usr/lib/python3.4/logging/config.py", line 565, in configure
'%r: %s' % (name, e))
ValueError: Unable to configure handler 'busmonitor_file': Unable to set formatter 'busmonitor': 'busmonitor'
Kommentar