0947JavaReact / project-2---yawp-team1

YAWP is a social media platform where you can create YAWPs and follow your friend's YAWPs
0 stars 1 forks source link

Setup Log4j #27

Open robert-c9588 opened 3 years ago

robert-c9588 commented 3 years ago

Setup log4j for the backend

Currently we have setup a properties file and called the Logger through Spring AOP but it isn't writing a file. Further setup is required, it doesn't like our properties file configuration

robert-c9588 commented 3 years ago

Need to look into Spring Test this week.

robert-c9588 commented 3 years ago

Implemented Log4j2 through spring boot and have it writing to a logs folder in the backend