如何在IBM Bluemix中查看调试日志

时间:2017-09-20 14:20:01

标签: ibm-mobilefirst ibm-cloud

我是IBM Bluemix的新手。我已在仪表板中创建了新的IBM Mobile Foundation服务。我希望查看我的应用程序的控制台日志。

我在Bluemix中引用了以下日志链接 - https://www.ibm.com/blogs/bluemix/2015/10/bluemix-logging-options/

要使用Bluemix查看日志,文档说按照步骤 -

登录Bluemix - >点击信息中心 - >点击你的申请 - >单击文件和日志:

预期的屏幕如下。 enter image description here

我尝试按照步骤 - Bluemix登录 - >仪表板 - > My_Foundation_Service 但我无法找到"文件和日志"选择任何地方。

enter image description here

有人可以告诉我如何在IBM Bluemix中查看服务器调试日志吗?

谢谢!

2 个答案:

答案 0 :(得分:2)

当您创建 Mobile Foundation Service 的实例时,它会创建一个Cloud Foundry Application,它将Mobile Foundation运行时托管为Liberty Application

您似乎已导航到Bluemix仪表板中的Services部分。

在“Cloud Foundry Apps”部分,您将看到一个应用程序。在您的情况下,应用名称应类似于 MobileFoundationmu-Server 。 选择该应用,您应该看到Logs部分以获取日志。

答案 1 :(得分:0)

如果您有cloudfoundry cli和bluemix cli,那么您只需在cmd中输入cf logs APP_NAME即可。