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

Improve readability of logs #743

Open
ChristianSiegert opened this issue Nov 2, 2024 · 0 comments
Open

Improve readability of logs #743

ChristianSiegert opened this issue Nov 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ChristianSiegert
Copy link

What problem are you trying to solve?

The log view (page https://dash.deno.com/projects/:project/logs) makes it harder than necessary to read log messages: It does not utilize the full window width, causing unnecessary line wraps and scrolling, and log messages don’t start at the same x-position because the varying region name is prepended in the same line, making it difficult to quickly read the beginning of log messages while scrolling.

Log entry: The entirety of meta data (log level, region, timestamp) and message
Log message: The logged text, e.g. using console.log(message)

Describe the solution you'd like

Page https://dash.deno.com/projects/:project/logs is modified:

  1. Log entry list uses the full window width to display log entries (no max-width).
  2. Log messages start at the same x-position (region column has the same width on every line or meta data are displayed on a separate line above the log message).

Describe alternatives you've considered

None.

Documentation, Adoption, Migration Strategy

No response

@ChristianSiegert ChristianSiegert added the enhancement New feature or request label Nov 2, 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