ebullient / ttrpg-convert-cli

Utility to convert JSON data (for content you own) from 5etools or pf2etools into Obsidian-friendly Markdown.
https://www.ebullient.dev/projects/ttrpg-convert-cli/
Apache License 2.0
152 stars 35 forks source link

Get some more debug output [DO NOT MERGE] #404

Closed mkouba closed 3 months ago

mkouba commented 3 months ago

See https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Flummoxed.2E.20Qute.20not.20finding.20templates.20on.20Windows.2010

This should output which resources are included in the native executable.

It would be great if you could add -Dorg.slf4j.simpleLogger.log.io.quarkus=debug to the maven command -> we should see the DEBUG messages logged by quarkus extensions during build, i.e. something like mvn clean package -DskipTests -Dorg.slf4j.simpleLogger.log.io.quarkus=debug.