You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Node.js RPM appears to be configured such that requests made with the http2 module print noisy debug messages to standard error, and there is no way to suppress them.
I originally filed this bug as googleapis/nodejs-logging#668 the Google Cloud Node.js Logging module, which uses the http2 module under the hood.
Steps to reproduce:
Install Node.js 10.x on Centos 8 from the NodeSource repository (consider starting from a cleanroom environment like the centos:centos8 dockerhub image):
@sffc this issue is not related to the way we build RPMs, but to Node.js itself. You can replicate this with our RPMs or taking any other available Node.js binary (I could replicate it in CentOS 8 using the Appstream repo).
The Node.js RPM appears to be configured such that requests made with the http2 module print noisy debug messages to standard error, and there is no way to suppress them.
I originally filed this bug as googleapis/nodejs-logging#668 the Google Cloud Node.js Logging module, which uses the http2 module under the hood.
Steps to reproduce:
Install Node.js 10.x on Centos 8 from the NodeSource repository (consider starting from a cleanroom environment like the
centos:centos8
dockerhub image):$ curl -sL https://rpm.nodesource.com/setup_10.x | bash - $ sudo yum install -y nodejs
Note: this also reproduces on the 12.x stream.
Run the following Node.js program from googleapis/nodejs-logging#668 (comment):
Expected: There should be nothing logged to standard error.
Actual: A lot of messages are printed, such as:
The text was updated successfully, but these errors were encountered: