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

Version 1 Next »

Log Viewer Example

Overview

The Log Viewer Grid displays errors logged by Apache. Each User's preferences are saved as the User changes them from the Grid. The first time you load the Log Viewer Grid, it will load the default values your Organization defined.

Default Values

The following configuration options are available in the INI (constants.ini). If a User changes any of these options while viewing the page, the new values are automatically saved to that User’s Preferences.

  • logviewer.option.theme = "default"

  • logviewer.option.fontSize = 14

  • logviewer.option.wrapText = false

  • logviewer.option.regexSearch = false

  • logviewer.option.rpp = 50

Loading a File

image-20240628-155824.png

Select an available file and click the Load Button. The file selected in the dropdown will be loaded into the Loge Viewer.

Missing/Unreadable Log File

Missing Log Files will not appear in the dropdown. If a file is unreadable, that file will be disabled in the dropdown.

User Preferences

Basic Search

image-20240628-154918.png

Make sure the Button next to the Search Input says “Basic,” then type something into the Input. Press Enter. Matches will become highlighted, and rows that do not contain a match will become hidden.

Regex Search

image-20240628-154951.png

Make sure the Button next to the Search Input says “Regex,” then type something into the Input. Press Enter. Matches will become highlighted, and rows that do not contain a match will become hidden.

Font Size

image-20240628-160616.png

The Font Size controls how large the text will appear on the screen.

Text Wrapping

Log Output can be set to use Text Wrapping.

Wrapping Disabled

image-20240628-160742.png

When set to “No Wrap,” each line in the file will display as a single line in the Log Viewer, requiring a User to scroll to continue reading it.

Wrapping Enabled

image-20240628-160818.png

When set to “Wrap,” each line in the file will be displayed as multiple lines in the Log Viewer, segmented into sections to fit the screen's width.

Grid Theme

image-20240628-160716.png

This allows users to customize their preferred appearance of the screen background and text appearance of the records loaded by the Log Viewer.

  • No labels