mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-04 22:50:18 +00:00
update
This commit is contained in:
parent
6895fb7371
commit
1ba28d589d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ if traceroot.init():
|
|||
# Log successful initialization
|
||||
module_name = _get_module_name()
|
||||
_init_logger = _get_traceroot_logger("traceroot_wrapper")
|
||||
_init_logger.info("TraceRoot initialized successfully", extra={"backend": "traceroot", "module": module_name})
|
||||
_init_logger.info("TraceRoot initialized successfully", extra={"backend": "traceroot", "service_module": module_name})
|
||||
else:
|
||||
# No-op implementations when TraceRoot is not configured
|
||||
def trace(*args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue