|
Logging and Journaling |
|
|
logs_path Specifies the directory used to write the XCICS logs. By default this path is set to $HOME/logs. Syntax set logs_path="<absolute_path>"; core_trace Specifies the the core process (main) logging level. Admitted levels:
Syntax set core_trace=(none|full); task_trace Specifies the the user tasks (terminals) logging level. Admitted levels:
Syntax set task_trace=(none|full); default_journal_path Specifies the defualt path for journal log files. If defined, XCICS invokes the specified routine to customize AID handling. The routine must be contained in a shared library to be loaded at XCICS startup using the "Load library" directive. Syntax set default_journal_path="<path>" terminal_control_journal If defined, the terminal activity is journaled on the specified journal. The journal name must be definied int JCT, Syntax set terminal_control_journal=<filename> reopen_std_fd if set to "yes", XCICS reopens the stdout and stderr descriptor of the task, on the terminal log. Syntax set reopen_std_fd=(yes|no) stat_system_tasks If set to "yes", XCICS includes in statistic measurement calculations system tasks too. By default this value is set to "no". Syntax set stat_system_tasks=(yes|no); log_on_syslog if set to "yes", XCICS logs urgent informaytion on the system log sub-system (syslog for UNIX/Linux and Event Logger for Windows). The default is "yes" for Windows systems, and "no" for UNIX/Linux. Syntax set log_on_syslog=(yes|no)
|