From d96a4ee3308fbe940a3c781e000cf6e31db1f753 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 30 Jul 2025 22:24:53 +0100 Subject: [PATCH] Logging strategy updates --- trustgraph-base/trustgraph/base/async_processor.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/trustgraph-base/trustgraph/base/async_processor.py b/trustgraph-base/trustgraph/base/async_processor.py index 5496ca9b..e496da7c 100644 --- a/trustgraph-base/trustgraph/base/async_processor.py +++ b/trustgraph-base/trustgraph/base/async_processor.py @@ -277,9 +277,3 @@ class AsyncProcessor: help=f'Pulsar host (default: 8000)', ) - parser.add_argument( - '--log-level', - default='INFO', - choices=['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'], - help='Set the logging level (default: INFO)', - )