diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-05-13 11:43:59 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-05-13 11:43:59 +0100 |
| commit | a4f9c9ae0438854493b9648b4347bd59f2c6e7dc (patch) | |
| tree | 113cd2cf31ddc6a4c5dd64436f7749a92242eddf /cmd/dmap | |
| parent | e0b1bbb42f88a165965a340e614db6e86f66b8a6 (diff) | |
add more ssh key debugging
Diffstat (limited to 'cmd/dmap')
| -rw-r--r-- | cmd/dmap/main.go | 2 |
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, |
