# JBASE_ERRMSG_TRACE
Read Time: 1 minute(s)
Tags: message logging error messages
# Description
Defines whether or not to log jBASE messages to the $JBCRELEASEDIR/tmp/jbase_error_trace file.
# Values
1 - Log the message to $JBCRELEASEDIR/tmp/jbase_error_trace
# Default
0 - Do not log messages
# Setting
The only valid values for this environment variable are 1 or 0. Setting this variable will not interfere with the behavior set by other JBASE_ERRMSG* environment variables. As per normal environment variables, it can be set dynamically using the jBC PUTENV function.
# UNIX
export JBASE_ERRMSG_TRACE=1
1
# Windows
set JBASE_ERRMSG_TRACE=1
1
# Notes
See patch 5_60517 for an alternate (better) way to log errors.
Go Back to Error Handling
Go Back to Environment Variables