Skip to content

Commit

Permalink
Merge pull request #80 from CiscoSecurity/release-2.0.5
Browse files Browse the repository at this point in the history
Release 2.0.5
  • Loading branch information
mstoro authored Apr 5, 2022
2 parents d5c0362 + 1504a5d commit 541b343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion code/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ def handle_error(exception):
exception.__class__.__name__,
])

if code != 404:
app.logger.error(traceback.format_exc())

response = jsonify(code=code, message=message, reason=reason)
app.logger.error(traceback.format_exc())
return response, code


Expand Down
2 changes: 1 addition & 1 deletion code/container_settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"VERSION": "2.0.4",
"VERSION": "2.0.5",
"NAME": "Google Chronicle"
}

0 comments on commit 541b343

Please sign in to comment.