-
When Reconcile function return error, there will be call stack log. I have set StacktraceLevel to zapcore.PanicLevel, but it seems like doesn't work. How should i do to close call stack log, while only remains simple log. Below is my log setup in main.go
go.mod go 1.16 require ( Below is a part of log: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
the problem has been solved. |
Beta Was this translation helpful? Give feedback.
-
Closing since it is answered. |
Beta Was this translation helpful? Give feedback.
the problem has been solved.