output to new-only in dev and full in CI
#7199
-
|
I'd like to change our Problem is, I'd still like to have the full logs in CI to be able to debug problems easily. Is there some environment variable, maybe, that I can set to change the log level for all |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There isn't - but this sounds like it would be quite useful. If you want to write an RFC (or convert this Discussion to one), I think there's a good chance it would get a good discussion. The way that I would probably do this today would be installing global |
Beta Was this translation helpful? Give feedback.
There isn't - but this sounds like it would be quite useful. If you want to write an RFC (or convert this Discussion to one), I think there's a good chance it would get a good discussion.
The way that I would probably do this today would be installing global
turbointo your CI machine and then writing your desired turbo command there. So, for example: