Code: Select all
Description:
Field metricOnlyLogger in my.application.controller.support.ExceptionHandlerControllerAdvice required a bean of type 'my.application.observability.logging.MetricOnlyLogger' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'my.application.observability.logging.MetricOnlyLogger' in your configuration.
< /code>
my.application.observability.logging.MetricOnlyLogger
konfiguriert.
< /code>
What's causing this?