使用 Apple Web Shareing 获取 Rails 开发日志

发布于 2024-11-15 00:18:28 字数 97 浏览 3 评论 0原文

我正在使用 Passenger Pref Pane + Apple 本机 Web 共享来托管正在开发的 Rails 3 应用程序。有什么方法可以使用此配置跟踪 Rails 日志吗?

I'm using Passenger Pref Pane + Apple native web sharing to host my Rails 3 app in development. Is there any way that I can tail the rails logs using this configuration?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

送舟行 2024-11-22 00:18:28

您的 Rails 日志应始终位于 /logs/.log 中,除非我遗漏了有关您的设置的信息。您在乘客 apache 配置文件中向乘客提供的环境(PrefPane 只是在此之上的 UI)将决定应用程序的环境。因此,如果您的环境是生产环境并且您的应用程序目录是 ~/projects/my_app 您的日志文件应该位于 ~/projects/my_app/logs/production.log

Your rails logs should always be in <app>/logs/<environment, usually production>.log, unless I'm missing something about your setup. The environment you supply to passenger in the passenger apache config file (the PrefPane is just a UI on top of this) will determine the application's environment. So if your environment is production and your app directory is ~/projects/my_app your log file should be in ~/projects/my_app/logs/production.log

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文