Open onyn opened 4 years ago
@graemerocher Thoughts on supporting @Context(order =
? Then the context beans would be initialized in that order
Better to support @Order which there is already a PR for
It's a different concept though. Beans would be ordered compared to all other context beans, where as @Order
is about comparing the beans to other beans of that type. I can envision a requirement for the value to be different.
I'm using micronaut 2.0.0 and configure logback levels via application.yml for apache kafka and hikaricp:
Unfortunately, kafka and hikaricp beans initializes too early. Just before micronaut configures log levels. And I see in my logs bunch of records with INFO level which I does not expected to see:
Is it possible to force
PropertiesLoggingLevelsConfigurer
bean to load very first?Environment Information