[#199] Fix SIGHUP panic

Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
This commit is contained in:
Marina Biryukova 2025-01-27 12:46:26 +03:00
parent 36bd3e2d43
commit 838605274a

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),