To configure the LogViewer CLI

Purpose

Perform this procedure to use the LogViewer CLI to configure general CLI options.

Note: The options configured in this procedure apply only to the current LogViewer CLI session.

Steps
 

Open the LogViewer CLI.


To add a file to the list of files in the open menu, perform the following steps:

  1. Press ↵ to enter command mode.

  2. Enter the following at the root prompt:

    include ↵

    The following prompt is displayed:

    log-include>

  3. Enter the following:

    add ↵

    The following prompt is displayed:

    File Name (full path)?

  4. Enter the absolute or relative path of the log file that you want to add and press ↵. LogViewer adds the file to the list in the open menu.

    Note:

    The LogViewer CLI supports file drag-and-drop functionality.

  5. Enter the following to return to the root prompt:

    root ↵


To configure LogViewer file parsing, perform the following steps:

  1. Press ↵ to enter command mode.

  2. Enter the following at the root prompt:

    options ↵

    The following prompt is displayed:

    log-options>

  3. Enter y ↵ to confirm the action.

  4. To specify whether LogViewer parses the entire log file, enter the following:

    parseAll ↵

    A confirmation prompt is displayed.

  5. To force LogViewer to reparse the current log file, enter the following:

    reparse ↵

  6. If you are prompted to enable parsing of the entire log file, enter y ↵.

  7. Enter the following to return to the root prompt:

    root ↵

End of steps