Closed agarwalyash02 closed 6 months ago
when adding an error in the field if we pass the error interface instead of passing err.Error() which is a string, cannot able to print the error message properly it only shows '{}' in the Graylog UI
Have fixed this issue in the PR: https://github.com/gemnasium/logrus-graylog-hook/pull/62
I have released v3.2.1 with this bug fix. Thanks!
when adding an error in the field if we pass the error interface instead of passing err.Error() which is a string, cannot able to print the error message properly it only shows '{}' in the Graylog UI