telefonicaid / iotagent-manager

IoT Agent Manager to use as proxy for multiple IoTAgents with different protocols
GNU Affero General Public License v3.0
7 stars 8 forks source link

Correlator id not correctly logged? #168

Open fgalan opened 5 years ago

fgalan commented 5 years ago

We have conducted some test with requests like that:

Dashboard -> LB -> IOTAM -> IOTA C++

Dasbhoard generated a correlator which is correctly printed by LB and IOTA C++ but not IOTAM. IOTAM shows corr=n/a in the traces.

However it is able to propagate it (otherwise IOTA C++ wouldn't show it in the log) so maybe the problem is related only with the log printing logic.

AlvaroVega commented 4 years ago

Applies a similar solution like implemented in https://github.com/telefonicaid/iotagent-json/pull/478/ ?

fgalan commented 4 years ago

Applies a similar solution like implemented in telefonicaid/iotagent-json#478 ?

Not sure but we could try...