Skip to content

Commit

Permalink
Debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Subiron committed Sep 27, 2017
1 parent f6429d5 commit 31de898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/plugins/logs/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_global_history():
if logs is None:
message = "No module configured to get Shinken logs from database!"
else:
message = "%s records fetched from database" % len(logs)
message = ""

return {'records': logs, 'params': params, 'message': message, 'range_start': range_start, 'range_end': range_end}

Expand Down

0 comments on commit 31de898

Please sign in to comment.