summaryrefslogtreecommitdiff
path: root/cmd/dcat
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dcat')
-rw-r--r--cmd/dcat/main.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmd/dcat/main.go b/cmd/dcat/main.go
index c59a242..238f97a 100644
--- a/cmd/dcat/main.go
+++ b/cmd/dcat/main.go
@@ -49,7 +49,10 @@ func main() {
}
ctx := context.TODO()
- logger.Start(ctx, logger.Modes{Debug: debugEnable || config.Common.DebugEnable})
+ logger.Start(ctx, logger.Modes{
+ Debug: debugEnable || config.Common.DebugEnable,
+ Quiet: args.Quiet,
+ })
client, err := clients.NewCatClient(args)
if err != nil {