We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd44fc commit 01d9ecaCopy full SHA for 01d9eca
src/main/java/org/scijava/platform/DefaultPlatformService.java
@@ -161,7 +161,7 @@ public void initialize() {
161
final List<Platform> platforms = getInstances();
162
targetPlatforms = Collections.unmodifiableList(platforms);
163
for (final Platform platform : platforms) {
164
- log.info("Configuring platform: " + platform.getClass().getName());
+ log.debug("Configuring platform: " + platform.getClass().getName());
165
platform.configure(this);
166
}
167
if (platforms.size() == 0) log.info("No platforms to configure.");
0 commit comments