I'm trying out the micronaut-framework (1.0.1) and wondering whether there is a possibility to configure some logger for a cerntain environment like I did it in spring boot:
I.e for the environment (profile) prod
I wannt this logger configuration.
application-prod.yaml:
logging:
level:
root: warn
xyz.x: info
xyz.x.processorcli.ProcessorCliApplication: warn