'Disable LOG INFO AutowiredAnnotationBeanPostProcessor JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Are there any way to disable "AutowiredAnnotationBeanPostProcessor JSR-330 'javax.inject.Inject' annotation found and supported for autowiring" from console or log file?
AutowiredAnnotationBeanPostProcessor is a Spring framework class. It log info a lot from console and very annoy :(.
We are using Spring version 4.3.18.RELEASE and there are a lot of class are using @Autowired
Also use log4j version 1.2.17 and set INFO for hold project.
@Autowired
private UserService userService;
2022-03-19 09:38:59,842 INFO [QueueListenerActiveMQ-1] [155]AutowiredAnnotationBeanPostProcessor JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Thank you very much, Tony.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
