Skip to content

Commit c3bf02f

Browse files
authored
fix: change log level to debug when exiting (#26)
1 parent 008204a commit c3bf02f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func processEvents(ctx context.Context, log *logrus.Entry, orch *relay.Orchestra
140140
if err != nil {
141141
log.Error("Error while stopping server", err)
142142
}
143-
log.Error("Exiting")
143+
log.Debug("Exiting")
144144
}
145145

146146
for {
@@ -224,4 +224,4 @@ func getEnvIntOr(key string, fallback int) int {
224224
}
225225

226226
return fallback
227-
}
227+
}

0 commit comments

Comments
 (0)