Compartir a través de


Enable VerboseEx Logging

Usually the diagnostic logging types that you find in central administration are

 

1- Critical

2- Error

3- Warning

4-Information

5-Verbose

 

Sometimes , life is not that pink to be able to capture all the information needed from the ULS Logs not even using the Verbose Logging , By that time you can always use the VerboseEx , but you need to turn it on using SharePoint Management Shell as following:-

 

Set-SPLogLevel -TraceServerity verbosex

Comments

  • Anonymous
    July 31, 2014
    While executing a command in noticed the spelling mistake *TraceServerity = TraceSeverity *verbosex = verboseex Set-SPLogLevel -TraceSeverity verboseex

  • Anonymous
    September 17, 2014
    Thank you Nitin Sir ;)