Improve server logging and manually load logback

This commit is contained in:
Chord 2016-07-19 03:02:44 -04:00
parent 8b14015582
commit 98b87e1e13
3 changed files with 58 additions and 4 deletions

5
.gitignore vendored
View file

@ -1,3 +1,4 @@
# Project crap
target
*.class
.idea/
@ -7,8 +8,12 @@ out/
*.iws
*.ipr
*.iml
# Random
*.swp
/*.csv
# Binary files
*.so
*.dll
*.exe