Native Server: Logging not configurable #67
Labels
bug
Something isn't working
config-generator
Issue involves changes to the config-generator artifact
infinispan/server-native
The quarkus native binary does not consume a
lo4j2.xml
file, instead logging must be configured via properties.The config-generator should be updated so that it can automatically generate a file containing the required quarkus properties for the logging config specified in the
server.yaml
. This can then be combined with a.env
file containing the other runtme properties, such as-Dquarkus.infinispan-server.config-file
to launch the native binary.The text was updated successfully, but these errors were encountered: