Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Contents of /trunk/extras/errorlog/README.txt
Parent Directory
|
Revision Log
Revision 1369 -
(show annotations)
(download)
Sat Jun 1 18:57:13 2013 UTC (11 years, 10 months ago) by amb
File MIME type: text/plain
File size: 858 byte(s)
Sat Jun 1 18:57:13 2013 UTC (11 years, 10 months ago) by amb
File MIME type: text/plain
File size: 858 byte(s)
Make the README files more consistent with each other in style.
1 | Error Log Summariser |
2 | ==================== |
3 | |
4 | This Perl script can be used to process the log file generated by runing |
5 | 'planetsplitter --errorlog' and generate a summary of the most common types of |
6 | errors. |
7 | |
8 | summarise-log.pl |
9 | ---------------- |
10 | |
11 | Example usage: |
12 | |
13 | summarise-log.pl < error.log |
14 | |
15 | Generate a summary of the number of each type of error that appear in |
16 | the error log file as plain text. |
17 | |
18 | |
19 | summarise-log.pl -v < error.log |
20 | |
21 | Generate a verbose version of the plain text summary of errors with |
22 | each error item (node, way or relation) listed. |
23 | |
24 | |
25 | summarise-log.pl -html < error.log |
26 | |
27 | Generate an HTML file with a summary of the number of errors of each |
28 | type with links to each of the items (node, way or relation) on the |
29 | OSM website. |