netlify / build

Netlify Build (node process) runs the build command, Build Plugins and bundles Netlify Functions. Can be run in Buildbot or locally using Netlify CLI
https://docs.netlify.com/configure-builds/build-plugins/
MIT License
218 stars 56 forks source link

Internal information is printed in build logs #2526

Closed ehmicky closed 3 years ago

ehmicky commented 3 years ago

Some non-sensitive but internal information is printed in the build logs.

internal

The deployId is useful in case the build logs are copy/pasted without including the URL.

However the apiHost, cacheDir, mode and testOps.silentLingeringProcesses are always the same value for all builds, i.e. are useful to neither the user nor us. Those should not be printed.

ehmicky commented 3 years ago

Fixed by #2527.