Difference between revisions of "DB USERLOG"

From Recital Documentation Wiki
Jump to: navigation, search
(Description)
Line 1: Line 1:
=DB_USERLOG=
 
 
 
==Class==
 
Environment Variables / Symbols
 
 
 
 
==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 / symbol 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.
+
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:
Line 22: Line 15:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Configuration]]
 
[[Category:Configuration]]
 
[[Category:Environment Variables|USERLOG]]
 
[[Category:Environment Variables|USERLOG]]

Revision as of 10:23, 4 March 2010

Purpose

Used to specify a directory and filename to which user specific logging information should be written


See Also

USERLOG()


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