Skip to content

Commit

Permalink
[bugfix] Upgrade the key log output level(apache#4993)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoJiang521 authored and Jarvis committed Jul 13, 2023
1 parent 24c36f9 commit a9b4265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public Map<PluginType, LinkedHashMap<PluginIdentifier, OptionRule>> getAllPlugin
factories =
FactoryUtil.discoverFactories(new URLClassLoader(files.toArray(new URL[0])));
} else {
log.info("plugin dir: {} not exists, load plugin from classpath", this.pluginDir);
log.warn("plugin dir: {} not exists, load plugin from classpath", this.pluginDir);
factories =
FactoryUtil.discoverFactories(Thread.currentThread().getContextClassLoader());
}
Expand Down

0 comments on commit a9b4265

Please sign in to comment.