Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Contents of /trunk/extras/errorlog/README.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1357 - (show annotations) (download)
Fri May 31 17:35:33 2013 UTC (11 years, 10 months ago) by amb
File MIME type: text/plain
File size: 744 byte(s)
Add a README file for the summarise-log.pl script.

1 summarise-log
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 Examples:
9
10 summarise-log.pl < error.log
11
12 Generate a summary of the number of each type of error that appear in
13 the error log file as plain text.
14
15
16 summarise-log.pl -v < error.log
17
18 Generate a verbose version of the plain text summary of errors with
19 each error item (node, way or relation) listed.
20
21
22 summarise-log.pl -html < error.log
23
24 Generate an HTML file with a summary of the number of errors of each
25 type with links to each of the items (node, way or relation) on the
26 OSM website.