summaryrefslogtreecommitdiff
path: root/cmd/dcat
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dcat')
-rw-r--r--cmd/dcat/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dcat/main.go b/cmd/dcat/main.go
index bd29f72..42b29bf 100644
--- a/cmd/dcat/main.go
+++ b/cmd/dcat/main.go
@@ -52,7 +52,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,