You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could drive this from the Gradle logger level, i.e. getLogger().isInfoEnabled() etc. But... probably better to keep Gradle log level and the executor log level separate. Instead, let's go with a -v option for debug and -vv option for trace? (Assuming we have debug and trace log lines in the executor)
The text was updated successfully, but these errors were encountered:
Could drive this from the Gradle logger level, i.e.
getLogger().isInfoEnabled()
etc. But... probably better to keep Gradle log level and the executor log level separate. Instead, let's go with a-v
option for debug and-vv
option for trace? (Assuming we have debug and trace log lines in the executor)The text was updated successfully, but these errors were encountered: