Browse Source

more err log

main
gsd 4 months ago
parent
commit
68db787f6c
  1. 4
      service.py

4
service.py

@ -218,8 +218,8 @@ class MongoDriver(MeshArgsParse):
v["device_uuid"] = from_radio["device_uuid"]
try:
await self.dbStore[k].insert_one(v)
except:
logger.error("Cannot save packet to db", v)
except Exception as e:
logger.error("Cannot save packet to db", str(e), v)
def tryParseProtobuf(self, v):
try:

Loading…
Cancel
Save