#Config verbositiy and color for the logs
1 messages · Page 1 of 1 (latest)
👋 if you specify the env variable NO_COLOR=1, logs will not be printed with colors
1 messages · Page 1 of 1 (latest)
Hi ! How can I change the verbosity level and remove the color for the dagger logs ? I'm sending all to a file.
client, err := dagger.Connect(ctx, dagger.WithLogOutput(f))
👋 if you specify the env variable NO_COLOR=1, logs will not be printed with colors