#stderr only logged very ~10th time

1 messages · Page 1 of 1 (latest)

molten temple
#

I build a nextjs app with dagger and if it fails I usualy dont get the error logget using the LogOutput. Only the normal logs are shown but every so often i get the error in the output. Why could that be?

I use dagger for node on version 0.11.4

await connect(
    async (client) => {
         //build next app
    }
, {LogOutput: process.stdout}
)```
lilac condor
molten temple
lilac condor
molten temple
#

But are they also sent to the OpenTelemetry endpoint configured via the environment variable DAGGER_CLOUD_URL?