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

Add categorized protocol error view #1218

Open
mwinkens opened this issue Apr 15, 2024 · 0 comments
Open

Add categorized protocol error view #1218

mwinkens opened this issue Apr 15, 2024 · 0 comments

Comments

@mwinkens
Copy link

mwinkens commented Apr 15, 2024

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.
We are currently hosting a big nextcloud with a lot of users, causing a lot of protocol messages:
24580 Fehler in den Protokollen seit 8. April 2024 (24580 errors in protocol since 8. April 2024)
A lot of errors are just the same:

  • InsufficientStorage Insufficient space in /some/users/directory, 49303676 required, 48654 available
  • Login failed: 'test1' (Remote IP: '10.20.30.40')
  • LocalServerException No DNS record found for owncloud.mathematik.tu-dortmund.de error while discovering ocm provider (some app warning I couldn't care less about)
  • TooManyRequests Exception thrown: OCA\DAV\Connector\Sabre\Exception\TooManyRequests Exception thrown: OCA\DAV\Connector\Sabre\Exception\TooManyRequests
  • some more ....

Describe the solution you'd like
There are just errors/warning flying in at /settings/admin/logging and I would like to have them categorized in the view, there is no point in seeing the same errors over and over again, some bigger mistakes are hidden between them and the current solution is to manually search in the logs. So additionally to the full log view I would like to have them categorized by the main exception, and then, maybe listed in a sub menu (or spoiler style?) list them individually. This way I can see errors that only occurred once without using a dedicated log scanner.

Example:

Login failed (CLICK ME)

'test1' (Remote IP: '10.20.30.40')
'test2' (Remote IP: '10.20.30.42')

InsufficientStorage (CLICK ME)

Insufficient space in /some/users/directory, 49303676 required, 48654 available
Insufficient space in /someother/users/directory, 49303676 required, 48654 available

Describe alternatives you've considered
Alternatively I'd like to ignore/disable some errors:

  • if the user exceeds his storage quota I don't need an exception for this
  • if somebody is sending too many requests I don't need an exception for this
  • If somebody fails his login, I don't need an exception for this

Additional context

@joshtrichards joshtrichards transferred this issue from nextcloud/server Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant