Skip to content

Commit

Permalink
Update handlers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts authored Jan 29, 2024
1 parent e6f6004 commit 04367b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allianceauth_loki_logging/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _push_message(*args, **kwargs):
print(args)
print(kwargs)
response = requests.post(*args, **kwargs)
print(response)
print(response.json())
if response.status_code != 204:
sys.stderr.write(
f"Got status {response.status_code} from loki with message: {response.text}\n"
Expand Down

0 comments on commit 04367b4

Please sign in to comment.