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 Dynamic Instrumentation integration tests uses Fastify in some of
the instrumented test apps.
We've seen issues in CI where the inspected application exits with exit
code 1, but there's no error message being logged. So it's not possible
to see what caused the process to exit.
By default Fastify doesn't log any messages to STDOUT/STDERR. This might
be the reason why we only see the exit code, but not any error message.
For better visibility into such errors in CI, this commit changes the
default log level to `error`, so that errors are logged to STDERR.
0 commit comments