Product Documentation and Knowledge Base - HomeDocumentation


Charon-VAXCharon-AXPCharon-PDPCharon-SSPCharon-PAR
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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 – 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.

Failed to setup log!

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.

Logging Destination Keywords
DestinationDescription
allWrite output to all possible destinations.
consoleWrite output to the /dev/console device only.
fileWrite output to the file specified by path only.

path 

Logging output path.

Syntax

path = log-path

Description.

...

severity 

Logging severity level.

Syntax

severity = level

Description

...

Logging Severity Levels
LevelDescription
 debug 
info 
warning 
error 
fatal 
  • No labels