Logging for quarkus:dev mode is not configurable. Users should be able to define logging configuration via application.properties files
Specifically application.properties I think.
I didn't know if we needed to support both application.properties and META-INF/microprofile-config.properties?
It'll happen automatically because we use the default sources as well. But when you say "via .properties files" I'm thinking logging.properties.
I have updated the description
In dev mode I would like to configure DEBUG logging level for some categories.
Maybe some people would like to see DEBUG as default level for dev mode.