log4j fixes that prevent constant log spam and actually pipes the output of log errors to file

This commit is contained in:
Christian 'ketura' McCarty
2021-02-06 18:44:08 -06:00
parent 09f7cf4851
commit a23d2ae7d1
5 changed files with 73 additions and 43 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
database/*
!database/.placeholder
logs/*
!logs/.placeholder
**/logs
.idea/
*.iml
remote-sync