Difference between revisions of "SET IOLOGGING"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
− | + | Enables or disables the logging of input/output information for debugging purposes | |
Line 11: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[CLEAR IOSTATS]], [[CLEAR PROFILE]], [[CREATE]], [[DELETE]], [[DISPLAY PROFILE]], [[DO]], [[INDEX]], [[IOSTATS()]], [[LIST PROFILE]], [[PROFILE]], [[RECALL]], [[REPLACE]], [[SET COMPILE]], [[SET DCACHE]], [[SET ICACHE]], [[SET IOSTATS]], [[SET LOCKTYPE]], [[SET NETWORK]], [[SET PROFILE]], [[SET REPLICATION]], [[SET SYSLOGGING]], [[USE]] | + | [[CLEAR IOSTATS]], [[CLEAR PROFILE]], [[CREATE]], [[DB_DEBUG]], [[DELETE]], [[DISPLAY PROFILE]], [[DO]], [[GETPID()]], [[INDEX]], [[IOSTATS()]], [[LIST PROFILE]], [[PROFILE]], [[RECALL]], [[REPLACE]], [[SET COMPILE]], [[SET DCACHE]], [[SET ICACHE]], [[SET IOSTATS]], [[SET LOCKTYPE]], [[SET NETWORK]], [[SET PROFILE]], [[SET REPLICATION]], [[SET SYSLOGGING]], [[USE]] |
==Description== | ==Description== | ||
− | + | The SET IOLOGGING command enables or disables the logging of input/output information for debugging purposes. With SET IOLOGGING ON, I/O information is logged to a ''debug<pid>.txt'' file in the directory set in the DB_DEBUG environment variable. SET IOLOGGING should only be set ON to enable the collection of information for debugging purposes; it should be set OFF on production systems to optimize concurrent user access. | |
==Example== | ==Example== | ||
<code lang="recital"> | <code lang="recital"> | ||
− | + | set iologging on | |
</code> | </code> | ||
Line 29: | Line 26: | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|IOLOGGING]] | [[Category:Set_Commands|IOLOGGING]] | ||
− | [[Category: | + | [[Category:Error Handling and Debugging]] |
− | [[Category: | + | [[Category:Error Handling and Debugging Set Commands]] |
Revision as of 12:21, 8 March 2010
Purpose
Enables or disables the logging of input/output information for debugging purposes
Syntax
SET IOLOGGING ON | OFF
See Also
CLEAR IOSTATS, CLEAR PROFILE, CREATE, DB_DEBUG, DELETE, DISPLAY PROFILE, DO, GETPID(), INDEX, IOSTATS(), LIST PROFILE, PROFILE, RECALL, REPLACE, SET COMPILE, SET DCACHE, SET ICACHE, SET IOSTATS, SET LOCKTYPE, SET NETWORK, SET PROFILE, SET REPLICATION, SET SYSLOGGING, USE
Description
The SET IOLOGGING command enables or disables the logging of input/output information for debugging purposes. With SET IOLOGGING ON, I/O information is logged to a debug<pid>.txt file in the directory set in the DB_DEBUG environment variable. SET IOLOGGING should only be set ON to enable the collection of information for debugging purposes; it should be set OFF on production systems to optimize concurrent user access.
Example
set iologging on
Products
Recital Server, Recital