Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
Signed-off-by: l1b0k <[email protected]>
  • Loading branch information
l1b0k committed Jan 21, 2025
1 parent b5defc5 commit cf80840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/terway/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func main() {
}

ctx := ctrl.SetupSignalHandler()
ctx = ctrl.LoggerInto(ctx, ctrl.Log)
err = daemon.Run(ctx, utils.NormalizePath(defaultSocketPath), readonlyListen, utils.NormalizePath(defaultConfigPath), daemonMode)

if err != nil {
Expand Down

0 comments on commit cf80840

Please sign in to comment.