Plethora777 / mcpe_viz

Minecraft Pocket Edition (MCPE) World Visualization & Reporting Tool with Web App
GNU General Public License v2.0
167 stars 39 forks source link

All output on error channel #70

Closed MECU closed 5 years ago

MECU commented 5 years ago

I'm using this command:

./mcpe_viz --db /home/ --out /home/birch-lake --no-force-geojson --quiet --html-all

The --quiet flag seems to have no effect on the output being reduced.

I would expect that --quiet would suppress the output details somewhat, and the output is on the correct channel for capturing purposes.

Plethora777 commented 5 years ago

The --quiet flag mostly tries to make the .log file less huge. The regular output needs to be the way that it is so that the GUI is reasonable... Hope that works for you :)