发布

  • fix(core): scope native logging to nx module by default (#31530)

    frostbyte_neo 发布于 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 the NX_NATIVE_LOGGING environment variable.

    Related Issue(s)

    This improves the developer experience by providing more focused logging
    output and reduces unnecessary verbosity in the console.

    Fixes https://github.com/nrwl/nx/issues/31518

    下载附件