Hello. Is there a way to easily change the log lev...
# plugin-development
b
Hello. Is there a way to easily change the log level when executing a plugin in test with GradleRunner?
m
I usually pass
-i
(or
-d
) as an argument next to the task name
šŸ‘ 2