Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Collect the last x ERROR logs and add it to the collect log functionnality #89

Open
Baldhor opened this issue Mar 6, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Baldhor
Copy link
Owner

Baldhor commented Mar 6, 2024

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
@Baldhor Baldhor added the enhancement New feature or request label Mar 6, 2024
@Baldhor Baldhor self-assigned this Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant