We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574bdc2 commit ce09d94Copy full SHA for ce09d94
1 file changed
pkg/worker/worker.go
@@ -48,6 +48,7 @@ func (w *Worker) Daemon() {
48
w.log.Log(
49
"level", "error",
50
"message", err.Error(),
51
+ "stack", tracer.Stack(err),
52
)
53
}
54
0 commit comments