Quarkus: dev mode logging is not configurable

Created on 11 Mar 2019  路  5Comments  路  Source: quarkusio/quarkus

Logging for quarkus:dev mode is not configurable. Users should be able to define logging configuration via application.properties files

aredevmode kinbug

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings