Skip to main content

Posts

Showing posts from March, 2020

Handy tool for Sitecore Log

Sitecore is having matured logging mechanism which logged all kind of log from CMS and CD site It's does provide different kind of mechanism to view the logs like: SCLA(Sitecore log Analyzer) Sitecore Admin tool for log  Application insight(PaaS only). SCLA  SCLA is very handy tool to view Sitecore generated logs. It provides different filter to view different kind of log. This tool is still got unofficial support till Sitecore 9.2 (on-premise).We can find very good documentation at Sitecore portal for Sitecore 9.3 onward (Azure based )  : Documentation . I tried to explain on-premise Sitecore instance, the important part which we always look for during debugging. 1. First we need to map the log file path then click on Analyze button. 2. We can apply date filter or by default it's disabled. 3. We have different tab like Messages,Audit,Health Monitor,Raw View and Internal program Log 4. In Message tab you can there are four different check box for Err...