[Tile-serving] [openstreetmap/osm2pgsql] add --quiet option (#777)
Rich Morin
notifications at github.com
Sun Jul 30 02:44:53 UTC 2017
To indicate its progress, osm2pgsql uses a line of the form "Processing: Node...", which uses embedded carriage returns to update in place. Consequently, the output stream contains a huge number of lines, separated by carriage returns. This isn't a problem for most use, but it doesn't play nicely with script(1). Please consider turning this feature into an option:
- `-q 1 | --quiet 1` could cause the program to print a single summary line.
- `-q 2 | --quiet 2` could cause the program to print a dot for each unit of processing.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/777
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170729/805f5634/attachment.html>
More information about the Tile-serving
mailing list