Hi folks,
I’m going nuts over this.
On SharePoint 2013, I have several deployments where I have missing corrolation ids in the ULS logs. When I hit an error, sometimes the id cannot be found.
I have checked the following:
- I do not have an extra-space at the end of the corrolation id when I copy / paste.
- I have set Event Level and Trace Level to Verbose for all the categories for diagnostic purposes.
- I have used UlsViewer and Notepad++ to search the ULS logs.
Is there someting I am missing?
Hey Fred,
Did you check that your servers are actually doing new logs? Sometimes the ULS logging bugs and no new logs are being made.
Also, if you got more than 1 SharePoint Server in your Farm, you might want to use Merge-SPLog to get your log errors.
Merge-SPLogFile -Path ".\error.log" -Correlation "5ca5269c-8de5-4091-3f1b-f179af4d5121"
