启动 corda 网络时出现 SLF4J 错误

getting SLF4J error when starting corda network

我在启动 corda netowrk 时收到 SLF4J 错误, 我正在使用 JDK8_221、corda 4.1、windows OS、 我正在使用 gradle 日志:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail s.

尝试与 JDK8_181、JDK8_191 相同 环境。变量和路径变量正确。

这个问题可能是由于 SLF4J 的版本。

使用 1.6 或 1.7 版本的 SLF4J。

通过以下link了解详情

URL: https://www.slf4j.org/api/org/slf4j/impl/StaticLoggerBinder.html

以上摘录link -

As of SLF4J version 1.8.0, the static binder mechanism (StaticLoggerBinder) is deprecated.

This class exists for backward compatibility earlier versions of slf4j-api.jar, in particular in the 1.6.x and the 1.7.x series.

Note that this class is likely to be removed in future releases of SLF4J.