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
Is your feature request related to a problem? Please describe.
When a user has a problem, it's difficult to explain or coordinate the collection of logs
Describe the solution you'd like
To have the ERROR logs automatically collected and added to the collect logs functionnality
Describe alternatives you've considered
Existing alternative are just time consuming for me
Additional context
The ERROR logs collected must be limited in size:
by default I think the last 100 would be good enough
The content of an ERROR log can contain object (with lot of attributs) which are meaning full : still their size must be limited ...
=> Once converted to JSON, I will strip it to 2000 characters per ERROR log
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When a user has a problem, it's difficult to explain or coordinate the collection of logs
Describe the solution you'd like
To have the ERROR logs automatically collected and added to the collect logs functionnality
Describe alternatives you've considered
Existing alternative are just time consuming for me
Additional context
The ERROR logs collected must be limited in size:
=> Once converted to JSON, I will strip it to 2000 characters per ERROR log
The text was updated successfully, but these errors were encountered: