summaryrefslogtreecommitdiff
path: root/cmd/drun
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-05-13 11:43:59 +0100
committerPaul Buetow <pbuetow@mimecast.com>2020-05-13 11:43:59 +0100
commita4f9c9ae0438854493b9648b4347bd59f2c6e7dc (patch)
tree113cd2cf31ddc6a4c5dd64436f7749a92242eddf /cmd/drun
parente0b1bbb42f88a165965a340e614db6e86f66b8a6 (diff)
add more ssh key debugging
Diffstat (limited to 'cmd/drun')
-rw-r--r--cmd/drun/main.go2
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{