[#198] Fix SIGHUP panic
All checks were successful
/ DCO (pull_request) Successful in 38s
/ Vulncheck (pull_request) Successful in 50s
/ Builds (pull_request) Successful in 59s
/ Lint (pull_request) Successful in 2m31s
/ Tests (pull_request) Successful in 59s

Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
This commit is contained in:
Marina Biryukova 2025-01-27 12:03:30 +03:00
parent d32ac4b537
commit 990e0c2c2e

View file

@ -130,6 +130,7 @@ func newApp(ctx context.Context, v *viper.Viper) App {
a := &app{
ctx: ctx,
log: log.logger,
logLevel: log.lvl,
cfg: v,
loggerSettings: logSettings,
webServer: new(fasthttp.Server),