[#198] Fix SIGHUP panic
Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
This commit is contained in:
parent
d32ac4b537
commit
990e0c2c2e
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ func newApp(ctx context.Context, v *viper.Viper) App {
|
||||||
a := &app{
|
a := &app{
|
||||||
ctx: ctx,
|
ctx: ctx,
|
||||||
log: log.logger,
|
log: log.logger,
|
||||||
|
logLevel: log.lvl,
|
||||||
cfg: v,
|
cfg: v,
|
||||||
loggerSettings: logSettings,
|
loggerSettings: logSettings,
|
||||||
webServer: new(fasthttp.Server),
|
webServer: new(fasthttp.Server),
|
||||||
|
|
Loading…
Add table
Reference in a new issue