This message was deleted.
# community-support
s
This message was deleted.
t
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
Iirc you can raise the log level during a tasks execution if it is too noisy otherwise, would that help?
e
you can? https://github.com/gradle/gradle/issues/1010 seems to indicate otherwise
ah, a comment in https://github.com/gradle/gradle/issues/2408 implies that it used to work but doesn't anymore, I think
t
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
Ah, no, I think I mixed things up. I think you can just configure on what log level stdout is logged.