6.3.31 GUI log definition file (ssoguilog.conf)
In the GUI log definition file, define the settings for logging operations performed from the GUI. The GUI log definition file is read when a GUI component is activated. Therefore, if you change a definition in this definition file while you are using a GUI component, you must re-activate the GUI component.
- Organization of this subsection
(1) Format
The following shows the format of the GUI log definition file.
When coding definitions in the GUI log definition file, note the following:
-
Delimit the key name and the value with an equal sign (=).
-
If the definition file includes multiple definitions for the same item, the definition written last is assumed to be valid, and the other definitions are ignored.
(2) Description
The next table lists the items that must be, or can be, defined in the GUI log definition file.
Key name |
Value |
---|---|
LOG_LEVEL <<ERROR>> ((OFF|ERROR|WARN|INFO)) |
Specify a log output level. Specifiable levels are as follows: OFF: Does not output log. ERROR: Outputs only error log. WARN: Outputs error log and warning log. INFO: Outputs warning log and information log. |
FILE_SIZE <<4>> ((1 to 100 megabytes)) |
Specify the maximum size of the log file. |
(3) Example
The following is an example of defining the GUI log definition file.