Output Modes and Content
The trace log output mode depends on "Trace output mode (trace_output_mode)" in the system environment settings file (huledenv.conf).
You can also configure the trace log output mode as follows:
-
For DataMagic Server grade: Operation log and trace log tab of the System Environment Settings screen.
-
For DataMagic Desktop grade: Trace log tab of the System Environment Settings screen.
Table 3.1 shows the relationship between the output mode and log content.
Table 3.1 Output modes and log content
Output mode (trace_output_mode) |
Log content |
---|---|
0 |
No output |
1 |
Start, end, error, warning |
2 |
Start, end, error, warning, info(normal) |
3 |
Start, end, error, warning, info(normal), info(redundant) |
9 |
Start, end, error, warning, info(normal), info(redundant), and debug |
Start
Outputs a message for the start of processing.
End
Outputs a message for the end of processing.
Error
Outputs a message if an unsustainable situation occurs.
Warning
Outputs a message if a continuing error occurs.
Info(normal)
Outputs a message for the execution of data processing.
Outputs only the action of the Request Acknowledge daemon (DataMagic service).
Info(normal) is not output while data processing is running.
Info(redundant)
Outputs detailed information about processing. By using this information, you can check the flow of processing.
Outputs only the action of the Request Acknowledge daemon (DataMagic service).
Info(redundant) is not output while data processing is running.
Debug
Outputs debugging information.
Setting examples:
(1) To output Regular, Abnormal, Information (Normal), and Information (redundant):
Trace output mode (trace_output_mode) :3
(2) To output Regular, Abnormal, and Information (Normal):
Trace output mode (trace_output_mode) :2
(3) To output Abnormal only:
Trace output mode (trace_output_mode) :1
(4) For no log output
Trace output mode (trace_output_mode) :0