E-logbook messages from Bliss: wrong type or category?
Bliss sends e-logbook messages through an instance of the class Elogbook
which is derived from logging.Logger
(i.e. a python logger)
https://gitlab.esrf.fr/bliss/bliss/-/blob/master/bliss/common/logtools.py#L454
The message category is either provided or derived from the log level of the message
https://gitlab.esrf.fr/bliss/bliss/-/blob/master/bliss/common/logtools.py#L315
Commands through
https://gitlab.esrf.fr/bliss/bliss/-/blob/master/bliss/common/logtools.py#L411
Message type is derived from the message category
Edited by Wout De Nolf