[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Logging Event Messages for the VTA

The VTA generates event messages that you can save in logs—either by writing the messages to text files or by using the system log (syslog) facilities.

To access the logging configuration:

  1. In the VTA Configuration Manager navigation pane, select Edit.
  2. Under Current Configuration, select Logging.

The current File and Syslog configurations appear.

  1. You can now configure a text file or syslog configuration. See:

Logging Events Messages to a Text File

To set up the VTA to save event messages in text files:

  1. In the VTA Configuration Manager navigation pane, select Edit.
  2. Under Current Configuration, select Logging.
  3. In the File section, select a file logging configuration to modify, or type a new file name in the New File box, and click Create.

The current file logging configuration appears.

  1. Edit the file logging fields.

See File Logging Fields.

  1. If you are finished configuring the VTA, save the configuration to a directory or local file.

See Saving VTA Configurations to a Directory or Local File.

File Logging Fields

In VTA Configuration Manager, you can modify the following fields in the File section of the Logging screen.

Filter

singlematch [,singlematch]

where

singlematch—[!] ( <category> | ([<category>]/[<severity>] | [<minimumSeverity>]-[<maximumSeverity>] ))

Enabling debug log messages has a negative affect on system performance. Do not enable debug log messages unless JTAC instructs you to do so.

You can define a severity level as follows:

warning—Defines only warning messages

info-warning—Defines messages of minimum severity level of info and a maximum severity level of warning

info-—Defines messages of minimum severity level info and maximum severity level logmax

-warning—Defines messages of minimum severity level logmin and maximum severity level warning



Table 38: Examples of Filters for Event Messages  
Syntax
Event Messages Saved

/

All event messages

/info-

Event messages of level info and above from all categories

vta/debug

Debug events from the VTA category only

!vta,/debug

All debug events except those from the VTA category

!VtaMsg/info-,vtaMsg,vta

All messages from the VTA category, except those from VtaMsg category with level less than info


Filename

<pathname>/<filename.log>

Maximum File Size

Rollover Filename

Logging Events Messages to a System Logging Server

To configure the VTA to save event messages on a system logging server:

  1. In the VTA Configuration Manager navigation pane, select Edit.
  2. Under Current Configuration, select Logging.

The current logging configuration appears.

  1. To add a system log configuration, enter a name for the configuration in the New Syslog box, and click Create.

The Syslog configuration screen appears.

  1. Edit the fields.

See System Logging Fields.

  1. If you are finished configuring the VTA, save the configuration to a directory or local file.

See Saving VTA Configurations to a Directory or Local File.

System Logging Fields

In VTA Configuration Manager, you can edit the following fields in the syslog section of the Logging screen.

Filter

singlematch [,singlematch]

where

singlematch—[!] ( <category> | ([<category>]/[<severity>] | [<minimumSeverity>]-[<maximumSeverity>] ))

Enabling debug log messages has a negative affect on system performance. Do not enable debug log messages unless JTAC instructs you to do so.

You can define a severity level as follows:

warning—Defines only warning messages

info-warning—Defines messages of minimum severity level of info and a maximum severity level of warning

info-—Defines messages of minimum severity level info and maximum severity level logmax

-warning—Defines messages of minimum severity level logmin and maximum severity level warning



Table 40: Examples of Filters for Event Messages  
Syntax
Event Messages Saved

/

All event messages

/info-

Event messages of level info and above from all categories

vta/debug

Debug events from the VTA category only

!vta,/debug

All debug events except those from the VTA category

!VtaMsg/info-,vtaMsg,vta

All messages from the VTA category, except those from VtaMsg category with level less than info


Syslog Host

Syslog Facility


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]