Add logging information

This commit is contained in:
Lars Gremme 2020-04-30 23:48:13 +02:00
parent 2a3243477c
commit 8eb2901bcb

View file

@ -190,6 +190,13 @@ def run(typ, freq, data):
"text": text,
"priority": priority,
}))
else:
logging.debug("RIC is net ident")
else:
loggin.debug("No Type is set", exc_info=True)
return
except:
logging.error("cannot send Divera request")