Difference between revisions of "DB USERLOG"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Used to specify a directory and filename to which user specific logging information should be written | Used to specify a directory and filename to which user specific logging information should be written | ||
Line 15: | Line 8: | ||
==Description== | ==Description== | ||
− | The DB_USERLOG environment variable | + | The DB_USERLOG environment variable is used to specify a directory and filename to which user specific logging information should be written. With DB_USERLOG set to a valid filename, the USERLOG() function can be used to write to the log for debugging or audit trail purposes. |
By default, the DB_USERLOG environment variable is: | By default, the DB_USERLOG environment variable is: | ||
− | DB_USERLOG="${DB_ROOT}log/${LOGNAME}.log" | + | |
+ | <pre>DB_USERLOG="${DB_ROOT}log/${LOGNAME}.log"</pre> | ||
==Products== | ==Products== | ||
− | Recital | + | Recital, Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Configuration]] | [[Category:Configuration]] | ||
[[Category:Environment Variables|USERLOG]] | [[Category:Environment Variables|USERLOG]] |
Latest revision as of 10:24, 4 March 2010
Contents
Purpose
Used to specify a directory and filename to which user specific logging information should be written
See Also
Description
The DB_USERLOG environment variable is used to specify a directory and filename to which user specific logging information should be written. With DB_USERLOG set to a valid filename, the USERLOG() function can be used to write to the log for debugging or audit trail purposes.
By default, the DB_USERLOG environment variable is:
DB_USERLOG="${DB_ROOT}log/${LOGNAME}.log"
Products
Recital, Recital Server