From 59388a3c813c2436d1ffd1b32444ca1e29e367fb Mon Sep 17 00:00:00 2001 From: Vijay Nadella Date: Thu, 28 Mar 2024 09:29:41 -0500 Subject: [PATCH] Remove logging data on error --- source/code/plugins/in_auoms.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/code/plugins/in_auoms.rb b/source/code/plugins/in_auoms.rb index ce517c2ab..061ca943d 100644 --- a/source/code/plugins/in_auoms.rb +++ b/source/code/plugins/in_auoms.rb @@ -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