Skip to content

Commit

Permalink
fix: use global logrus logger instead of new one (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: warber <[email protected]>

Signed-off-by: warber <[email protected]>
  • Loading branch information
warber authored Nov 11, 2022
1 parent 757923e commit 5f99796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ func main() {
sdk.WithTaskHandler(
getSliTriggeredEvent,
handler.NewGetSliEventHandler()),
sdk.WithLogger(logrus.New()),
sdk.WithLogger(logrus.StandardLogger()),
).Start())
}

0 comments on commit 5f99796

Please sign in to comment.