Skip to content

Commit 1a28a26

Browse files
committed
initial commit
0 parents  commit 1a28a26

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Pega-LogViewer
2+
==============
3+
Pega-LogViewer is a Java Swing based tool to view PegaRULES Log and Alert files.
4+
5+
Extract 'logviewer-2.0-bin.zip' to a folder.
6+
Run 'logviewer.cmd' to launch the tool.
7+
8+
Features
9+
----------
10+
This tool show the log file line/entries in a table format. The columns are marked based on the log pattern.
11+
The log pattern used are the ootb ones from prlogging.xml -> PEGA appender.
12+
Some customers updates PEGA appender pattern.
13+
In case the tool can't recognize the pattern automatically, it will present a dialog to enter the pattern,
14+
so you might be required to get pattern from prlogging.xml or judge the pattern by looking at the logs lines itself.
15+
16+
For PegaRULES log the row entries are color coded based on log level, Red for Error, Green for Info, Light Blue for Debug etc.
17+
For ALERT log, only Critical Alerts entries are coded Red.
18+
19+
The timeline graph is governed by the data in the table. in case you filter the data in the table using any of the column filter, the chart will change.
20+
21+
You can open very huge log files. In case of OOM, just change the heap size in the cmd file and try again.
22+
Features
23+
a. See memory, requestor counts in a chart. also system starts, exceptions and thread dump occurences are superimposed on the timeline.
24+
b. Search within the file output for useful content. results are highlighted in yellow
25+
d. Set Filters for certain log and alert data columns.
26+
e. Overview dialog to show (if any)-
27+
1. System Start details
28+
2. Errors
29+
3. Thread Dumps
30+

0 commit comments

Comments
 (0)