RT,现在想把所有的日志都集合到一起,所以用到了 Fluentd 已经搭建好 Fluentd-ui ,但是不知道怎么才能把 rails 项目中的日志转发过去,测试的时候用官网上的
require 'fluent-logger'
Fluent::Logger::FluentLogger.open(nil, :host=>'localhost', :port=>24224)
Fluent::Logger.post("fluentd.test.follow", {"from"=>"userA", "to"=>"userB"})
成功发到 Fluentd-ui 这上面显示了,但是还是不知道该怎么才能再不影响原有的日志生产文件,并把日志发过去。。。请教大家了