Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove logging data on error (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaynadella authored Mar 28, 2024
1 parent a204816 commit 4573f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/code/plugins/in_auoms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def on_read(data)
def on_read_json(data)
@y << data
rescue
@log.error "Unexpected auoms error while reading json", error: $!.to_s, data: data
@log.error "Unexpected auoms error while reading json", error: $!.to_s
@log.error_backtrace
close
end
Expand Down

0 comments on commit 4573f0b

Please sign in to comment.