mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 01:57:03 -05:00
feature: add timestamps to "log" tab in the console #889
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LawMixer on GitHub (Oct 9, 2024).
To put it simply, we could display the time in the users' local time zone, or we could have it set to the UTC time zone (or the default of the server provided)
Example:
[00:00:00 MM/DD/YYYY] Console Output
To the argument this brings up, "why can't you program that in yourself",
This is a possibly, but to be doing it for every single application you put on the server - it'll become tedious and if for whatever reason somebody wants to switch off of Komodo (which I don't know why somebody would, come on now) they would have to change it again to allow for that other panel they went back to.
@mbecker20 commented on GitHub (Oct 10, 2024):
done in 1.15.4
@LawMixer commented on GitHub (Oct 10, 2024):
Currently, this is how it looks:
2024-10-10T11:16:30.528671467Z [ROBLOX AUDIT LOG]: Server timed out:which isn't really readable - could we maybe do it to like
[00:00:00 MM/DD/YYYY]if need be, we can always let the user choose!Thanks for accepting my feature request and implementing it so quick!!
@mbecker20 commented on GitHub (Oct 11, 2024):
The timestamps come from Docker directly using --timestamp, I don't have a way to format them: https://docs.docker.com/reference/cli/docker/container/logs/