We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4604fff + 3af55a1 commit 0078901Copy full SHA for 0078901
1 file changed
src/main/java/loci/common/LogbackTools.java
@@ -69,7 +69,7 @@ public static synchronized boolean isEnabled() {
69
Logger root = (Logger) LoggerFactory.getLogger(Logger.ROOT_LOGGER_NAME);
70
LoggerContext loggerContext = root.getLoggerContext();
71
return (ConfigurationWatchListUtil.getMainWatchURL(loggerContext) != null
72
- || (loggerContext.getProperty("caller") == CALLER));
+ || (loggerContext.getProperty("caller").equals(CALLER)));
73
}
74
75
/**
0 commit comments