0

Which logging framework supports the logging at every line of code in Spring Boot 2.x? So that I will get the detailed information of my code execution to track the issues.

In simple words I want to get detailed log of my code execution in Spring Boot 2.x. How can I achieve this? I am using SL4J for AOP based logging now.

Thanks.

2
  • 2
    None. You will need a AOP to intercept the methods and do the logging. There is no logging framework that on its own provides this. Commented Nov 6, 2019 at 9:53
  • 1
    stackoverflow.com/questions/12732069/… Commented Nov 11, 2019 at 16:16

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.