Is there a way to specify in the application.yml f...
# micronaut
m
Is there a way to specify in the application.yml file a location for the logback.xml configuration (or the name of the file to load rather than logback.xml)? failing that, how would I go about configuring it to different files per environment? (we are using MICRONAUT_ENVIRONMENTS already to load different configurations). Alternatively, I'm looking for a way of having different appenders enabled/disabled per env, so for instance only using the console appender in dev, but in prod i'd like to configure a rolling file adapter that logs json etc.