Akihiro Kondo

Results 18 comments of Akihiro Kondo

Thank you for the report! I think LOGBACK-1526 is difficult to work around with version 3 in Java. I would like to provide an extension point to resolve the LOGBACK-1526...

Can you tell me the version of your Spring Boot (or Kotlin)? logback-access-spring-boot-starter v3.1/v3.2 requires Spring Boot v2.6 (Kotlin v1.6). Please upgrade to Spring Boot v2.6 (Kotlin v1.6). Note: `java.util.SortedMap...

It may work with logback-access-spring-boot-starter v2.11.0. https://github.com/akkinoc/logback-access-spring-boot-starter/tree/v2.11.0 However, please note that I have no plans to update other than the latest version.

Sorry, I'm not fluent in Gradle. Would you please provide a minimal sample project and steps to reproduce this issue?

Can you tell me the version of your Spring Boot (or Kotlin)? logback-access-spring-boot-starter v3.1/v3.2 requires Spring Boot v2.6 (Kotlin v1.6). Please upgrade to Spring Boot v2.6 (Kotlin v1.6). Note: `java.util.SortedMap...

It may work with logback-access-spring-boot-starter v2.11.0. https://github.com/akkinoc/logback-access-spring-boot-starter/tree/v2.11.0 However, please note that I have no plans to update other than the latest version.

Thank you for your suggestion! I'm sorry, I'm not fluent in Spring Cloud Sleuth. How can I retrieve traceId /spanId? If you implement your own custom Appender, you may be...

Thank you for the detailed information! I created a sample project. https://github.com/akkinoc/try-logback-access-spring-boot-starter-with-sleuth It worked with the following patch. 1. Implement a web filter to store the attributes for logging by...

Thank you for your reply. I would like to consider supporting this feature in future versions!

Thank you for your suggestion. I will consider whether it can support log4j2, but it may be difficult. (Because Logback Access depends on Logback.)