You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New log encoder to report errors through stackdriver (#42)
* new encoder, zapdriver config
* Update logger.go
* stacktrace into message only on ErrorLevel
* inherit from zapcore.Encoder
* alter error with >= zapcore.ErrorLevel
* if stacktrace is present put it in the message
* test of grpc interceptor report on error
* Revert "test of grpc interceptor report on error"
This reverts commit 5accb62.
* implement clone function
0 commit comments