Logging strategy updates

This commit is contained in:
Cyber MacGeddon 2025-07-30 22:24:53 +01:00
parent 4b50abbf5a
commit d96a4ee330

View file

@ -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)',
)