Skip to content

Commit ce09d94

Browse files
authored
add error traces to error logs (#12)
1 parent 574bdc2 commit ce09d94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/worker/worker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func (w *Worker) Daemon() {
4848
w.log.Log(
4949
"level", "error",
5050
"message", err.Error(),
51+
"stack", tracer.Stack(err),
5152
)
5253
}
5354
}

0 commit comments

Comments
 (0)