平时我们在对Flink应用进行本地调试启动的时候,经常会遇到日志打印出现类似情况
1 | SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". |
我们只需要在POM文件增加,就可以解决
1 | <dependency> |
平时我们在对Flink应用进行本地调试启动的时候,经常会遇到日志打印出现类似情况
1 | SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". |
我们只需要在POM文件增加,就可以解决
1 | <dependency> |