Context Option Logging Parameter
You can use the context option parameter (com.kintana.core.logging .context.option)
to specify extra information to include in server exception logs. The possible values are listed in the following table.
Value |
Additional Information Logged |
---|---|
0 (default) |
None |
001 |
Context information, if provided |
010 |
All of the stack trace for log messages, including those without exception |
3 |
All |
If bit 1 is set to 1 (001), then the server logs include any exception context information available. If bit 2 is set to 1 (010), then the server logs include stack trace for log messages, including messages without an exception. The combination of these bits determines the overall setting. If all bits are set (value 3), then all details are logged.