diff options
Diffstat (limited to 'cmd/drun')
| -rw-r--r-- | cmd/drun/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/drun/main.go b/cmd/drun/main.go index 3817d0e..039c104 100644 --- a/cmd/drun/main.go +++ b/cmd/drun/main.go @@ -60,7 +60,7 @@ func main() { } ctx := context.TODO() - logger.Start(ctx, logger.Modes{Debug: debugEnable, Quiet: quietEnable}) + logger.Start(ctx, logger.Modes{Debug: debugEnable || config.Common.DebugEnable, Quiet: quietEnable}) command, commandArgs := readCommand(command) args := clients.Args{ |
