gpt4 book ai didi

ruby-on-rails - 如何让 Unicorn 在开发日志中显示 post 参数?

转载 作者:数据小太阳 更新时间:2023-10-29 07:29:13 27 4
gpt4 key购买 nike

我刚开始尝试 Unicorn(超过 Thin),到目前为止,我确实喜欢输出的格式,只是它似乎没有显示各种请求的 post 参数。我真的很喜欢这个功能来帮助调试表单等......

unicorn :

20:26:14 web.1     | 127.0.0.1 - - [17/Jan/2012 20:26:14] "POST /basic_simulations HTTP/1.1" 422 24259 0.4838

我想要的...(来自 webrick):

Started POST "/basic_simulations" for 127.0.0.1 at 2012-01-17 20:27:22 -0700
Processing by BasicSimulationsController#create as HTML
Parameters: {"utf8"=>"✓",
"authenticity_token"=>"xxxxx", "basic_simulation"=>{"x1706"=>"1"}, "commit"=>"Submit my answers"}

是否有一些配置选项或类似的东西可以让我打开这个功能?谢谢!

最佳答案

更新:

将此添加到您的 config/application.rb 文件中:

config.logger = Logger.new(STDOUT)

更多信息 here

关于ruby-on-rails - 如何让 Unicorn 在开发日志中显示 post 参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8904849/

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