Demote verbose logging to debug.
This commit is contained in:
@@ -142,7 +142,7 @@ public class ConfigUtil
|
||||
// if we're checking qualifiers and the os doesn't match this qualifier, skip it
|
||||
String quals = pair[1].substring(1, qidx);
|
||||
if (osname != null && !checkQualifiers(quals, osname, osarch)) {
|
||||
log.info("Skipping", "quals", quals, "osname", osname, "osarch", osarch,
|
||||
log.debug("Skipping", "quals", quals, "osname", osname, "osarch", osarch,
|
||||
"key", pair[0], "value", pair[1]);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user