src/main/java/net/curisit/securis/utils/JsonUtils.java
.. .. @@ -197,7 +197,7 @@ 197 197 } catch (JsonParseException e) { 198 198 throw new SeCurisException("Error converting JSON to object", e); 199 199 } catch (IOException e) { 200 - e.printStackTrace();200 + log.error("Error converting JSON to object", e);201 201 throw new SeCurisException("Error converting JSON to object", e); 202 202 } 203 203 }