Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
Excerpt |
---|
|
Virtual machine logging configuration. |
This section describes the configuration of the CHARON-SSP for
GNU/ Linux virtual machine logging facility. The following lists the properties supported by this section:
- destination – asdfasdf asdfLogging facility output destination.
- path – asdfsdfLogging output path.
- severity – asdfasdfasdf asdf
Note |
---|
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
destination = log-destination
|
Description
This property controls the destination of the logging facility output. The table below lists all possible values for log-destination
.
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | Logging Destination Keywords |
---|
|
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.
Info |
---|
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.
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | Logging Severity Levels |
---|
|
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. |
|