-
fix(core): remove log_error function and standardize logging (#31515)
发布于
2025-06-09 22:22:19 +00:00 Current Behavior
The codebase has separate
logErrorandlogDebugfunctions in the
native logging infrastructure, with both error and debug logging paths.Expected Behavior
Consolidate logging to use a single standardized approach. Error
messages are now logged through the debug channel for consistency.Related Issue(s)
This change standardizes the logging interface by removing the separate
error logging function and routing all log messages through the debug
logger.下载附件