gpt4 book ai didi

ruby-on-rails - rails |如何在生产中查看实时服务器日志?

转载 作者:行者123 更新时间:2023-12-04 11:46:58 25 4
gpt4 key购买 nike

如何像开发中显示的那样查看生产中的实时服务器日志?

Server log in development

如果有帮助,我的应用程序在 digitalOcean 上。我使用 unicorn 作为我的生产服务器。

当我这样做时 tail -f log/production.log ,我只能看到一些这样的迁移信息,但不能看到实时请求信息以及正在运行的 SQL 查询。

enter image description here

同样在我的 production.rb 中,我更改了 config.log_level:debug

最佳答案

尝试将这些代码行添加到 config/environments/production.rb :

Rails.logger = Logger.new(STDOUT)

config.logger = ActiveSupport::Logger.new("log/#{Rails.env}.log")
引用:
This article for more info on logger

关于ruby-on-rails - rails |如何在生产中查看实时服务器日志?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37764252/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com