-
fix(core): scope native logging to nx module by default (#31530)
发布于
2025-06-10 17:43:38 +00:00 Current Behavior
The native logging is currently set to a global 'info' level, which can
produce verbose output that may not be relevant to users.Expected Behavior
Native logging should be scoped to the 'nx::native' module by default
with 'info' level, reducing noise while still allowing users to control
logging verbosity through theNX_NATIVE_LOGGINGenvironment variable.Related Issue(s)
This improves the developer experience by providing more focused logging
output and reduces unnecessary verbosity in the console.下载附件