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 Terminal Timestamp Color for Better Readability #707

Open
ve-varun-sharma opened this issue Sep 29, 2024 · 2 comments
Open

Improve Terminal Timestamp Color for Better Readability #707

ve-varun-sharma opened this issue Sep 29, 2024 · 2 comments

Comments

@ve-varun-sharma
Copy link
Contributor

ve-varun-sharma commented Sep 29, 2024

Description:

The current bright red color used for timestamp output in the terminal CLI can make it challenging to distinguish between actual errors (which are also typically displayed in red) and the timestamp itself. This can lead to confusion and hinder efficient debugging.

Screenshot 2024-09-28 at 12 52 40 AM

Proposed Solution:

  • Change Timestamp Color: Modify the code to display the timestamp in a different color, such as a neutral tone like gray or blue. This will make it easier to visually separate the timestamp from error messages.

Benefits:

  • Improved Readability: A more distinct timestamp color outside of debug red can enhance the overall readability of the terminal output.
  • Reduced Confusion: By avoiding the use of red for timestamps, we can minimize the risk of false positives and streamline the debugging process.
  • Terminal UX: Abide by terminal UX best practices
@defanguserxoxo
Copy link

Hi @ve-varun-sharma, what version of Defang are you using?
(You can check it using defang --version). Also, is this happening every time you run defang compose up, or just sporadically?

@ve-varun-sharma
Copy link
Contributor Author

ve-varun-sharma commented Oct 5, 2024

Hi @ve-varun-sharma, what version of Defang are you using? (You can check it using defang --version). Also, is this happening every time you run defang compose up, or just sporadically?

Certainly!

defang version 0.5.48

And yes, this is occurring whenever running defang compose up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants