mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Add service ID to log entry instead of module name (#588)
This commit is contained in:
parent
aebdf9444b
commit
727b6bc9d6
2 changed files with 11 additions and 1 deletions
|
|
@ -168,6 +168,12 @@ def run():
|
|||
description=__doc__
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
'--id',
|
||||
default='api-gateway',
|
||||
help='Service identifier for logging and metrics (default: api-gateway)',
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
'-p', '--pulsar-host',
|
||||
default=default_pulsar_host,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue