log file write sync problem #1162
Unanswered
cw-20020752
asked this question in
Q&A
Replies: 1 comment
-
Can you elaborate what you mean by "abnormal log"? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using zap to write the audit log file, and I'm writing both to the console output and to a file in the aws filesystem called efs.
I am writing the log in json format, and it is normally output to the console, but an abnormal log is sometimes output to the log file in the file system.
(
I have two pods running with kubernetes.
)
Can you tell me why?
Below is my code.
Beta Was this translation helpful? Give feedback.
All reactions