Skip to content

Display warning if an expected tango event is missing

Valentin Valls requested to merge (removed):event into master

As a result:

python examples/tango_motor.py id16ni/motor/att1 WARNING:cool.tango:Event properties (abs_change or rel_change) for attribute position are not set on device id16ni/motor/att1

I use the python logging service. i thing this logger is ok. It provide everything to connect the message to another service, if it is expected. I can checkl it if it is needed.

Merge request reports