asciidoctor / asciidoctorj-diagram

AsciidoctorJ Diagram bundles the Asciidoctor Diagram RubyGem (asciidoctor-diagram) so it can be loaded into the JVM using JRuby.
Apache License 2.0
10 stars 6 forks source link

Quiet option to avoid dumping svg into the logs #13

Closed Taack closed 3 years ago

Taack commented 3 years ago

When using asciidoctorj-diagram, the svg graphics seems to be dumped into the standard output, which in some circumstances leads to huge logs.

I do have those logs when using Vega diagrams.

Is there any way to avoid dumping svg into the standard output ?

I do really appreciate asciidoctorj-Diagram, thanks for your work and your support, Adrien

Taack commented 3 years ago

It is logs from gnuplot, I do have to turn scripts in quiet mode and it should be OK.. Sorry for the noise.