vapor-ware / synse-sdk

SDK for Synse Plugins in Go
https://synse.readthedocs.io/en/latest/sdk/intro/
GNU General Public License v3.0
3 stars 4 forks source link

log with empty message #455

Closed edaniszewski closed 4 years ago

edaniszewski commented 4 years ago

In some plugin log output, I noticed a line with no message, just fields

time="2020-03-09T21:05:29.062Z" level=debug msg="[device manager] loading dynamic config..."
time="2020-03-09T21:05:29.062Z" level=debug msg="[ipmi] created client from dynamic config" host=ipmisim interface=lanplus path= port=623 user=ADMIN
time="2020-03-09T21:05:29.065Z" level=debug timeout=30s
time="2020-03-09T21:05:29.065Z" level=debug msg="[tag] added new namespace to tag cache" annotation=id device=23b87575-727a-55b0-af00-bb046e0c31dc label=23b87575-727a-55b0-af00-bb046e0c31dc namespace=system
time="2020-03-09T21:05:29.065Z" level=debug msg="[tag] added new annotation to tag cache" annotation=type device=23b87575-727a-55b0-af00-bb046e0c31dc label=power namespace=system
time="2020-03-09T21:05:29.065Z" level=info msg="[device manager] added new device" id=23b87575-727a-55b0-af00-bb046e0c31dc type=power
time="2020-03-09T21:05:29.065Z" level=debug timeout=30s

in particular

time="2020-03-09T21:05:29.065Z" level=debug timeout=30s

Should track that down and add an appropriate message.