minbox-logging icon indicating copy to clipboard operation
minbox-logging copied to clipboard

apiboot 2.3.7升级到2.3.8 ,Logging Admin 服务端无法正常启动,报错 org.minbox.framework.logging.admin.storage.LoggingStorage' that could not be found.

Open randeexiong opened this issue 3 years ago • 1 comments

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-09-16 21:40:32.892 ERROR 21568 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 0 of method loggingAdminFactoryBean in org.minbox.framework.api.boot.autoconfigure.logging.admin.ApiBootLoggingAdminAutoConfiguration required a bean of type 'org.minbox.framework.logging.admin.storage.LoggingStorage' that could not be found.


Action:

Consider defining a bean of type 'org.minbox.framework.logging.admin.storage.LoggingStorage' in your configuration.


Process finished with exit code 1

randeexiong avatar Sep 16 '22 14:09 randeexiong

请配置api.boot.logging.admin.storage-away参数,取值:jdbcmongo

hengboy avatar Sep 19 '22 05:09 hengboy