You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was brought to my attention by some support engineers, it appears when there is a large amount of content exceptions logged from parsers. It eventually hits a limit, and the below exception occurs when logging exceptions to syslog with the -s parameter. I can provide more information on how to reproduce this internally.
$ insights run -p <rules_repo_name> path/to/must-gather/
---------
Progress:
---------
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib64/python3.11/logging/handlers.py", line 1005, in emit
self.socket.send(msg)
OSError: [Errno 90] Message too long
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/python3.11/logging/handlers.py", line 1009, in emit
self.socket.send(msg)
OSError: [Errno 90] Message too long
The text was updated successfully, but these errors were encountered:
This issue was brought to my attention by some support engineers, it appears when there is a large amount of content exceptions logged from parsers. It eventually hits a limit, and the below exception occurs when logging exceptions to syslog with the -s parameter. I can provide more information on how to reproduce this internally.
The text was updated successfully, but these errors were encountered: