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


Configuring Logging Properties in the C-Web Interface

You can configure file and syslog properties for logging in the C-Web interface.

Configuring File Properties

To configure file properties for logging:

  1. Click Configure, expand System>Web Management, and then click Logger.

The Logger pane appears.

  1. From the Create new list, select Logger.
  2. Type a name for the logging file in the dialog box, and click OK.
  3. In the side pane, expand the logger that you created, and click File.

The File pane appears.

  1. Click Create, enter information as described in the Help text in the main pane, and click Apply.

Configuring Syslog Properties

To configure system logging properties:

  1. Click Configure, expand System>Web Management, and then click Logger.

The Logger pane appears.

  1. From the Create new list, select Logger.
  2. Type a name for the logging file in the dialog box, and click OK.
  3. In the side pane, expand the logger that you created, and click Syslog.

The Syslog pane appears.

  1. Click Create, enter information as described in the Help text in the main pane, and click Apply.

Configuration Statements for Logging for the C-Web Interface

Use the following configuration statements to configure the logging for the C-Web interface at the [edit] hierarchy level.

system services web-management logger name 

system services web-management logger name file {
    filter filter; 
    filename filename; 
    rollover-filename rollover-filename; 
    maximum-file-size maximum-file-size; 
}

system services web-management logger name syslog {
    filter filter; 
    host host; 
    facility facility; 
    format format; 
}

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