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
Currently, task logs in the UI are displayed in plain black and white text in the table view. This makes it difficult to quickly scan logs for important information or identify specific data types like UUIDs and strings.
The current Logs component in infrahub/frontend/app/src/entities/tasks/ui/logs.tsx already has severity badges but could be extended to include syntax highlighting for the message content.
Describe the Use Case
Enhance the task logs display with:
Syntax highlighting for different data types:
UUIDs in a distinct color
Strings in another color
JSON/dictionary data with structured highlighting
Timestamps in a subtle, distinguishable format
[...]
Optional collapsible JSON/dictionary data for better readability
Visual separation between log entries for improved scanning
Improved readability and scanability of logs
Faster identification of errors and warnings
Better visual hierarchy of information
Consistency with local development experience, where logs are already color-coded
Reduced cognitive load when debugging complex operations
Additional Information
When running generators locally, the logger already applies colors to different data types, making the logs much more readable. Bringing this experience to the UI would create consistency between local development and the web interface.
The text was updated successfully, but these errors were encountered:
Component
Frontend UI
Describe the Feature Request
Currently, task logs in the UI are displayed in plain black and white text in the table view. This makes it difficult to quickly scan logs for important information or identify specific data types like UUIDs and strings.
The current
Logs
component ininfrahub/frontend/app/src/entities/tasks/ui/logs.tsx
already has severity badges but could be extended to include syntax highlighting for the message content.Describe the Use Case
Enhance the task logs display with:
Syntax highlighting for different data types:
[...]
Optional collapsible JSON/dictionary data for better readability
Visual separation between log entries for improved scanning
Improved readability and scanability of logs
Additional Information
When running generators locally, the logger already applies colors to different data types, making the logs much more readable. Bringing this experience to the UI would create consistency between local development and the web interface.
The text was updated successfully, but these errors were encountered: