Azure Redis缓存慢速日志不记录任何内容

时间:2016-04-03 21:26:04

标签: azure caching logging azure-redis-cache

我试图监控查询对Azure托管的Redis缓存的持续时间。 似乎慢速日志仅在我远程访问时通过Redis-cli直接记录查询,而不是当我的客户端应用程序对其进行任何查询时。 我将慢速日志设置为低于0的日志查询,因为我想记录所有查询但是这不起作用。

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

As of now, the "Azure Redis Cache" service does not allow you to configure a custom slowlog setting. The default slowlog setting in use is 10 milliseconds. So, any operation that takes more than 10 milliseconds should get logged.