-
Notifications
You must be signed in to change notification settings - Fork 937
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
Include timestamp in all log lines #565
Comments
jpenna
changed the title
Include timestamp in all logs
Include timestamp in all log lines
Apr 27, 2018
Closing in favor of #582. Please move discussion there. |
If you stumble across this issue while trying to enable timestamps for GHA log, here is the good bit:
|
This was referenced Nov 28, 2023
Is there a way to change the default behavior to show Timestamps (instead of have to always do "shift + T" once...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I searched the repo and the most similar thing seems to be the
DEBUG_HIDE_DATE
env var, which was to remove timestamp for non-TTY consoles - which is not that similar also.I would like to have a timestamp in all lines. Something like this:
I could override the
console.error/log/...
methods, but I am already using a lib for logging, I didn't want to add another step on this.I didn't think it through, I'd like to hear what you think first, if this would be useful to the library, otherwise I can do a fork myself or get another lib (even though I like this one..).
The text was updated successfully, but these errors were encountered: