Replies: 1 comment 2 replies
-
When I install this application, it does not show the summary header, as stated in the documentation. Why not? It's so useful. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of the things I miss from arcanedev/log-viewer is the ability to see a summary of what a log file contains without having to first click on it. In my projects, I often have a lot of debug/notice logging active which is never critical stuff, but if there are any error or critical logs then these need my immediate attention. Currently when looking at the landing page of your log viewer, you might see a list of log files but there's no way to know if any of them have errors in them without clicking over each of them.
There's a few ways you could add a visual cue to the list of logs on the left column to indicate if some logs need more attention than others. There is certainly limited space to work with here.. I'm thinking perhaps the way I would prefer is if the background colour of the logs in the left list would be represented by the severity of the logs it contains. So if a log contains errors, it would be a red gradient, and the gradient could be more or less red depending on the number of errors it contains?
Personally I'd be happy if this was only affected by errors / critical / emergency log levels. And I understand some people may not like adding colour to this dashboard so this could be enabled/disabled via the config file or the UI maybe?
Just some food for thought.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions