简体   繁体   English

Azure移动服务日志

[英]Azure Mobile Services logs

I'm using Azure Mobile Services with .NET backend and I am trying to find a way to access the error logs. 我正在将Azure移动服务与.NET后端一起使用,并且试图找到一种访问错误日志的方法。 I know that I can access the log from the portal, but it only has the last 20 records. 我知道我可以从门户访问日志,但是它只有最后20条记录。 I also tried from the Visual Studio Server Explorer and Kudu and in both cases I see the same 20 records. 我还尝试了从Visual Studio服务器资源管理器和Kudu,在两种情况下,我都看到相同的20条记录。

Is there any way to access more records or full log from the portal? 有什么方法可以从门户访问更多记录或完整日志? Is there any other way to access full log? 还有其他方法可以访问完整日志吗?

You want to set the destination of the logs to somewhere you can access later, such as a table in Azure storage. 您希望将日志的目标设置为以后可以访问的位置,例如Azure存储中的表。

For more details, see the "Changing logs destination" part of this post: http://blogs.msdn.com/b/azuremobile/archive/2014/04/24/logging-with-the-net-backend-for-azure-mobile-services.aspx 有关更多详细信息,请参见本文的“更改日志目标”部分: http : //blogs.msdn.com/b/azuremobile/archive/2014/04/24/logging-with-the-net-backend-for- azure-mobile-services.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM