启动命令如下

bin/flume-ng agent -c conf/ -n a1 -f job/flume-netcat-logger.conf ot.logger = INFO,console

报错信息如下flume 启动agent报No appenders could be found for logger的解决

 

 解决方法

原因在于-Dflume.root.logger=INFO,console    这中间不能有空格

相关文章:

  • 2021-08-28
猜你喜欢
  • 2022-12-23
  • 2021-06-10
  • 2021-10-01
  • 2021-07-09
相关资源
相似解决方案