This commit is contained in:
Jan Speller 2020-02-24 22:15:28 +01:00
parent e5d11b74af
commit 9fb7fe9ea5
4 changed files with 13 additions and 8 deletions

View file

@ -76,5 +76,5 @@ class BoswatchModule(ModuleBase):
return bwPacket
except Exception as e:
logging.error("Unknown Error while executing geocoding module: " + str(type(e).__name__) + ": " + str(e))
logging.exception("Unknown Error while executing geocoding module: " + str(type(e).__name__) + ": " + str(e))
return bwPacket