Replies: 1 comment 3 replies
-
You can use any logging framework of your choice with Armeria. Armeria relies solely on SLF4J, which serves as a logging facade. More information can be found at: https://mvnrepository.com/artifact/com.linecorp.armeria/armeria/1.26.4 Please let us know if you encounter any issues while adapting log4j2. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using Armeria framework, and also know it contains logback for logging.
To use an application as a container in Cloudwatch, the monitoring service of WAS, I have to use the log in json format for parsing.
And in order to do that logback contlib library must be added and used, which has a security vulnerability and no new version has been released.
So I am removing the logback library from the gradle and adding the log4j2 library. I wonder if there is any plan to integrate log4j2 into the framework and release it.
Beta Was this translation helpful? Give feedback.
All reactions