Timestamp is printed as a sientific number instead of a Date #1180
Unanswered
gprossliner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The go operator sdk (https://sdk.operatorframework.io/docs/building-operators/golang/) uses zap for logging. After creating a new project with the scarfolding (
operator-sdk init
), and without any customization, the output looks like this:How can I instruct zapr to log the timestamp as string, like:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions