[log] Section
This section describes the configuration of the CHARON-SSP for Linux virtual machine logging facility. The following lists the properties supported by this section:
- destination – Logging facility output destination.
- path – Logging output path.
- severity – Logging severity level.
It is important to note that all properties in this section must be configured correctly to ensure that the virtual machine will start. If the following message is received, something in the logging section is not configured correctly.
|
Faults in the logging facility configuration could be:
- Incorrect path or insufficient privilege to create the file,
- Unconfigured property or properties, or
- Misconfigured property value.
destination
Logging facility output destination.
Syntax
|
Description
This property controls the destination of the logging facility output. The table below lists all possible values for log-destination
.
Destination | Description |
---|---|
all | Write output to all possible destinations. |
console | Write output to the /dev/console device only. |
file | Write output to the file specified by path only. |
path
Logging output path.
Syntax
|
Description.
Specify a path in log-path
to write virtual machine logging messages to.
This configuration property must be present, even if destination
is set to a value other than all
or file
.
severity
Logging severity level.
Syntax
|
Description
Virtual machine logging messages are arranged into levels to make messages more relevant and reduce log file size. The severity
property controls which level messages are included in the logging output. The list below lists these levels from most to least verbose. Setting logging to a specific level also includes all levels below it. For example, setting severity
to warning
ensures that error
and fatal
are also included in the output and other levels are not.
Level | Description |
---|---|
debug | Debug and all lower level messages are logged. |
info | Informational and all lower level messages are logged. |
warning | Warning and all lower level messages are logged. |
error | Error and all lower level messages are logged. |
fatal | Only fatal error messages are logged. |
© Stromasys, 1999-2024 - All the information is provided on the best effort basis, and might be changed anytime without notice. Information provided does not mean Stromasys commitment to any features described.