You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type com.aliyun.openservices.log.logback.LoghubAppender
Caused by: java.lang.UnsupportedClassVersionError: com/aliyun/openservices/log/logback/LoghubAppender : Unsupported major.minor version 52.0
10:03:07,112 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@30:88 - ActionException in Action for tag [appender] ch.qos.logback.core.joran.spi.ActionException: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type com.aliyun.openservices.log.logback.LoghubAppender
The text was updated successfully, but these errors were encountered:
因为项目中大量使用JDK7,在 0.1.18 版本时会出问题,错误信息如下:
at ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type com.aliyun.openservices.log.logback.LoghubAppender
Caused by: java.lang.UnsupportedClassVersionError: com/aliyun/openservices/log/logback/LoghubAppender : Unsupported major.minor version 52.0
10:03:07,112 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@30:88 - ActionException in Action for tag [appender] ch.qos.logback.core.joran.spi.ActionException: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type com.aliyun.openservices.log.logback.LoghubAppender
The text was updated successfully, but these errors were encountered: