summaryrefslogtreecommitdiff
path: root/cmd/dmap
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/dmap
parente0b1bbb42f88a165965a340e614db6e86f66b8a6 (diff)
add more ssh key debugging
Diffstat (limited to 'cmd/dmap')
-rw-r--r--cmd/dmap/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dmap/main.go b/cmd/dmap/main.go
index 24f81b8..cae1552 100644
--- a/cmd/dmap/main.go
+++ b/cmd/dmap/main.go
@@ -57,7 +57,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})
args := clients.Args{
ConnectionsPerCPU: connectionsPerCPU,