Studio:Stride System Error Logging: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (moved Studio:Studio:Stride System Error Logging to Studio:Stride System Error Logging over redirect) |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
STRIDE Studio 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. | |||
[[Category: | 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 | |||
* trace | |||
* debug | |||
* info | |||
* warn | |||
* error | |||
* fatal | |||
* off | |||
The default logging level is ''error''. | |||
[[Category:Studio:Configuration]] | |||
[[Category:Studio:Troubleshooting]] |
Latest revision as of 23:38, 20 August 2009
STRIDE Studio 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.