snowdrop / java-buildpack-client

A java buildpack (https://buildpacks.io/) platform implementation
Apache License 2.0
14 stars 7 forks source link

Better document how to use slf4j #83

Open cmoulliard opened 1 month ago

cmoulliard commented 1 month ago

TODO

Better document how to use slf4j with the Builder fluent DSL

Screenshot 2024-10-01 at 10 40 24

@BarDweller

BarDweller commented 1 month ago

Which aspects need further documentation? SLF4J is pretty popular, and this projects usage of it isn't complex..

cmoulliard commented 6 days ago

SLF4J is pretty popular, and this projects usage of it isn't complex..

Just add some lines within the documentation about how to setup slf4j with quarkus and buildpack

BarDweller commented 6 days ago

This is not the place to document the quarkus use of this library.. both example packs

https://github.com/snowdrop/java-buildpack-client/blob/main/samples/hello-quarkus/pack.java and https://github.com/snowdrop/java-buildpack-client/blob/main/samples/hello-spring/pack.java

demonstrate enabling debug via setting system properties, that be set via any supported method that drives this library.