setup logger
This commit is contained in:
parent
524f77b7e5
commit
781d525d72
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ func main() {
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
cfg := config.NewConfig()
|
cfg := config.NewConfig()
|
||||||
|
config.LogSetup(cfg.App.Mode, cfg.App.LogLvl)
|
||||||
|
|
||||||
appl := app.New(cfg)
|
appl := app.New(cfg)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue