From 5869b8e201390b534b06b8960ab32351e51602c0 Mon Sep 17 00:00:00 2001 From: ducky Date: Sat, 16 Jan 2016 16:31:16 -0800 Subject: Import a logging library so we don't reinvent the wheel and have implicits flying around everywhere --- src/main/resources/logback.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/logback.xml (limited to 'src/main/resources/logback.xml') diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml new file mode 100644 index 00000000..a6bab96e --- /dev/null +++ b/src/main/resources/logback.xml @@ -0,0 +1,10 @@ + + + + [%-4level] %msg%n + + + + + + -- cgit v1.2.3