We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f4d9e commit fbd8662Copy full SHA for fbd8662
internal/application/app.go
@@ -215,4 +215,5 @@ func (app *Application) Stop(ctx context.Context) {
215
log.Debug().Msgf("Config is: `%v`, ctx is: `%v`.", app.cfg, ctx)
216
}
217
log.Info().Msg("Application stopped.")
218
+ os.Exit(0)
219
0 commit comments