mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 12:41:02 +02:00
Logging strategy updates
This commit is contained in:
parent
4b50abbf5a
commit
d96a4ee330
1 changed files with 0 additions and 6 deletions
|
|
@ -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)',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue