Log4j Logs Are Not Showing In The Console
I have a Spring Boot Gradle project and I’m trying to configure the logging aspect to display logs in the console. However, when I run my application, the logs do not appear, and I am unable to determine the cause of this issue. I am not sure if there is a misconfiguration in my logging setup or if I am overlooking some crucial settings. Despite following the usual steps to enable console logging, the problem persists. Can someone help me identify what might be wrong or guide me through the correct configuration process?