Skip to content
Snippets Groups Projects
Commit 47c77405da51 authored by steeve.chailloux's avatar steeve.chailloux
Browse files

fix logging level not applied


Signed-off-by: default avatarSteeve Chailloux <steeve.chailloux@proton.ch>
parent 556c2f0fe778
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
log.Debug().Str("directory", cmd.PositionalArgs.DirName).Msg("starting beaver")
config := runner.NewCmdConfig(
cmd.log,
log,
".",
cmd.PositionalArgs.DirName,
cmd.Args.DryRun,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment