diff --git a/.gitignore b/.gitignore index 54f0682d..94c0cbd9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ target/** TODO.txt packet.pkt plugins/** -src/main/resources/ src/test/ target/ config.ini diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml new file mode 100644 index 00000000..8e8ca6b1 --- /dev/null +++ b/src/main/resources/logback.xml @@ -0,0 +1,21 @@ + + + + false + + %d{HH:mm:ss.SSS} [%-14thread] %highlight(%-5level) %cyan(%-36logger{36}) - %msg%n + + + + + + + + + + + + + + + \ No newline at end of file