nextcloud / logreader

đź“ś Log reader for Nextcloud
59 stars 27 forks source link

Add categorized protocol error view #1218

Open mwinkens opened 6 months ago

mwinkens commented 6 months ago

How to use GitHub

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:

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:

~Additional context~