minbox-projects / minbox-logging

分布式零侵入式、链路式请求日志分析框架。提供Admin端点进行采集日志、分析日志、日志告警通知、服务性能分析等。通过Admin Ui可查看实时链路日志信息、在线业务服务列表。
https://www.minbox.org/logging/
Apache License 2.0
59 stars 26 forks source link

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

Open randeexiong opened 1 year ago

randeexiong commented 1 year ago
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
hengboy commented 1 year ago

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