Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update logging configuration to log4j2/slf4j2
This ensures that log4j 1.x doesn't get pulled in by an older version of the SLF4J implementation for log4j and updates the log4j.properties file to the new format required by log4j2. It also fixes a formatting issue where the use of Week Year "YYYY" vs Year "yyyy" in the timestamp config resulted in a different year than the current calendar year being printed in the logs. Tested locally with lein run; logs appear as expected. References: https://docs.oracle.com/en/java/javase/12/docs/api/java.base/java/text/SimpleDateFormat.html
- Loading branch information