log4j fixes

Renamed and moved the log4j xml to the proper location in gemp-lotr-server to be found on startup.  Added the log folder to gitignore.  Put references to log4j in all project pom.xml files.
This commit is contained in:
Christian 'ketura' McCarty
2021-01-26 20:33:22 -06:00
parent 167ff78801
commit fcac24c02d
4 changed files with 53 additions and 42 deletions

1
.gitignore vendored
View File

@@ -12,5 +12,6 @@ buildNumber.properties
database/*
!database/.placeholder
logs/*
.idea/
*.iml