We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f284f3d commit 0920538Copy full SHA for 0920538
1 file changed
org.knime.knip.core/src/org/knime/knip/core/KNIPGateway.java
@@ -136,8 +136,9 @@ public class KNIPGateway {
136
private final Context m_context;
137
138
private KNIPGateway() {
139
- // set log level
+ // set log level to warn to ignore plug-in loading log events
140
System.setProperty(LogService.LOG_LEVEL_PROPERTY, "warn");
141
+ // blacklist StderrLogService to prevent logging to stdout / stderr
142
System.setProperty("scijava.plugin.blacklist", ".*StderrLogService");
143
144
m_context = new Context(new PluginIndex(
0 commit comments