Improve Terminal Timestamp Color for Better Readability
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.
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
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?
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 rundefang compose up, or just sporadically?
Certainly!
defang version 0.5.48
And yes, this is occurring whenever running defang compose up!
Closing in favor of #1493