davidshin0302 / safetynet-alerts-backend

Backend application for the SafetyNet Alerts system developed with Spring Boot
0 stars 0 forks source link

Configure logging (Log4j or tinylog). #4

Open davidshin0302 opened 2 weeks ago

davidshin0302 commented 2 weeks ago

Objective: Create the foundational project setup with Spring Boot.

Tasks: Configure logging (Log4j or tinylog)

davidshin0302 commented 1 week ago

Studied with log4j and turns out this is more suitable for using complex proejct whereas my project is simple and I don't require to add additional log dependency. Planning to use @slf4j from lombok for logging.