Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在运行一些相当大的网站,每天的浏览量超过 10 万次。我们并没有研究一种定制日志记录的方法。
我们最近确实从 IIS 6 切换到了 IIS 7.5,但我们还没有找到设置详细级别的方法。在 IIS 6 中,我们可以设置
我们通常只对 ERROR 和 FATAL 日志行感兴趣。
有没有办法在 IIS 7.5 中实现这一点,还是我们必须改变方法?是否有可能每天运行几次的工具来细化日志,整理出我们感兴趣的内容?
谢谢