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 EricJoy2048 committed Jul 3, 2023
1 parent 8d9fd2a commit 80c074b
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 80c074b

Please sign in to comment.