mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 14:35:17 +00:00
Add logging information
This commit is contained in:
parent
2a3243477c
commit
8eb2901bcb
1 changed files with 7 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue