telefonicaid / fiware-cygnus

A connector in charge of persisting context data sources into other third-party databases and storage systems, creating a historical view of the context
https://fiware-cygnus.rtfd.io/
GNU Affero General Public License v3.0
65 stars 105 forks source link

Analize if channel lost is properly logged #2012

Open AlvaroVega opened 3 years ago

AlvaroVega commented 3 years ago

Channel exception is catched and logger (as info) in: https://github.com/telefonicaid/fiware-cygnus/blob/d11fe71faae25a9965733c72deaef697a7c05492/cygnus-ngsi/src/main/java/com/telefonica/iot/cygnus/sinks/NGSISink.java#L639-L641

AlvaroVega commented 3 years ago

Maybe we should move it from 'info' to 'warn' ?

fgalan commented 3 years ago

After merging PR https://github.com/telefonicaid/fiware-cygnus/pull/2055, should this issue be closed?