well actually it isn't failing me. my gradle invocation finished with a failure and I was able to find what happened via manual search thru scans. BUT. it would be ideal if I can just redirect a handful of the noisy tasks to files while keeping the rest to the console
v
Vampire
09/13/2023, 2:24 PM
Iirc you can raise the log level during a tasks execution if it is too noisy otherwise, would that help?
well thats a bummer. I do own the tasks I need to redirect so I guess I can hand roll that part of it. Or just do some filtering so the dump of text is much less.
TY for digging in on this for me
v
Vampire
09/13/2023, 2:35 PM
Ah, no, I think I mixed things up. I think you can just configure on what log level stdout is logged.