Closed stkent closed 1 year ago
Actually this looks like a bug as this uses a println
statement instead of the LOGGER.info
tag it's supposed to:
Would that solve the need? (E.g. have INFO
log level for that item)
(Also to answer the pure question, there is no setting or option to fully turn off logs at this time)
Ah, yes, I suspect that using the logger and marking this output as informational would be perfect; I'm pretty sure we only log statements that are warnings or more severe!
This will be adjusted in the next update. Thanks for reporting!
Thank you for the quick response!
About this issue
When this plugin's
prepareLibraryDefinitions
task is run, we see lots of build output like:We like to minimize such output as it makes identifying newly-introduced warnings easier.
Is there a way to disable this output? (I scanned docs, but didn't see anything; apologies if I missed something!)
Details
Library version 10.6.2.
Checklist