From 97db59d67faee6204e078b1a37de2d2ef10b4dee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 13 May 2020 11:43:59 +0100 Subject: add more ssh key debugging --- cmd/dmap/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/dmap') 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, -- cgit v1.2.3