[Python] Issue with Monitoring
When I start a monitor (Monitor --group edda --name log --log-level INFO
) and a IPython controller (Controller --group edda
) and a CXX satellite, I get the following when receiving a log message
Exception in thread Thread-3 (_monitor):
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/logging/handlers.py", line 1579, in _monitor
self.handle(record)
File "/usr/lib/python3.12/logging/handlers.py", line 1558, in handle
process = record.levelno >= handler.level
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>=' not supported between instances of 'NoneType' and 'int'