Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
log4r我已按照此处所述进行设置:“如何使用 Rails 3.0.x 配置 Log4r? ”
log4r
但是现在我面临着独角兽没有将其输出发送到 log4r 日志的问题。你怎么做到这一点?
这个评论有帮助吗?
在您的配置中,Rails 不会覆盖输出器的“文件”配置值 - 参数是“文件名”:) 它默认为启动进程的文件/命令的名称。请注意,您指定的任何自定义文件名都必须具有文件扩展名,否则将无法在文件名中粘贴日期!– 内维尔 2011 年 8 月 24 日 22:05