Menu

#275 Remove logging warning related to VIDEO_IMAGE keyword

I['Jul16', '']
resolved
taurus4 (70)
bug
2016-07-15
2016-03-29
No

A logging warning stream is present in the ImagaVideoCodec class (in codecs.py). This warning advices that the keyword "VIDEO_IMAGE" received from a Tango DevEncoded attribute video_last_image deprecated. The warning encourage us to use "videoimage" instead.

However, we have no control over this string since it comes from the LimaCCDs Tango DS which belongs to the ESRF so, even we still using the translation for taurus internals, the string VIDEO_IMAGE is not deprecated and the warning has no reason to exist.

So, the action is to comment the logging warning to do not longer report the message.
This has been implemented in a PATCH already sent to the taurus devel list:

Subject: [PATCH] Remove warning stream related to LIMA DevEncoded header keyword

Related

OLD Tickets: #276

Discussion

  • Carlos Falcon

    Carlos Falcon - 2016-06-09
    • labels: --> taurus4
    • assigned_to: Carlos Falcon
    • Milestone: unassigned --> taurus4
     
  • Carlos Falcon

    Carlos Falcon - 2016-06-09

    The patch has been applied in Taurus 3.7.2. It is still pending do it in develop (Taurus 4).

    Thanks,
    Carlos

     
  • Carlos Pascual

    Carlos Pascual - 2016-07-12
    • status: waiting --> resolved
     
  • Carlos Pascual

    Carlos Pascual - 2016-07-12

    fixed in develop too: [014faa]

     

    Related

    Commit: [014faa]


    Last edit: Carlos Pascual 2016-07-12
  • Carlos Pascual

    Carlos Pascual - 2016-07-15
    • Category: taurus4 --> Jul16,