Difference between revisions of "Studio:Stride System Error Logging"

From STRIDE Wiki
Jump to: navigation, search
Line 3: Line 3:
 
In normal operation, you can ignore this file, but if problems occur with STRIDE, the contents of this file can aid S2 Technologies personell in troubleshooting the issue.
 
In normal operation, you can ignore this file, but if problems occur with STRIDE, the contents of this file can aid S2 Technologies personell in troubleshooting the issue.
  
The level of logging is controlled by the value of the registry setting '''[HKEY_LOCAL_MACHINE\SOFTWARE\S2 Technologies\STRIDE\ErrorLog\LogLevel]'''. Acceptable error log level values (listed from most to least verbose) are:
+
The level of logging is controlled by the value of the registry setting  
 +
<source lang="reg">
 +
[HKEY_LOCAL_MACHINE\SOFTWARE\S2 Technologies\STRIDE\ErrorLog]
 +
  LogLevel="error"
 +
</source>
 +
Acceptable error log level values (listed from most to least verbose) are:
 
* all
 
* all
 
* trace
 
* trace

Revision as of 11:06, 2 October 2008

STRIDE maintains a diagnostic information log located at %STRIDE_DIR%\StrideErrLog.txt.

In normal operation, you can ignore this file, but if problems occur with STRIDE, the contents of this file can aid S2 Technologies personell in troubleshooting the issue.

The level of logging is controlled by the value of the registry setting

[HKEY_LOCAL_MACHINE\SOFTWARE\S2 Technologies\STRIDE\ErrorLog]
  LogLevel="error"

Acceptable error log level values (listed from most to least verbose) are:

  • all
  • trace
  • debug
  • info
  • warn
  • error
  • fatal
  • off

The default logging level is error.