From 1c7c39c1abd0835e2ea27c48a0abeae732419ca6 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Sun, 22 Feb 2015 08:56:31 -0800 Subject: [PATCH] added logback --- .../src/main/resources/logback.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/swagger-codegen-distribution/src/main/resources/logback.xml diff --git a/modules/swagger-codegen-distribution/src/main/resources/logback.xml b/modules/swagger-codegen-distribution/src/main/resources/logback.xml new file mode 100644 index 00000000000..4e86443d8d3 --- /dev/null +++ b/modules/swagger-codegen-distribution/src/main/resources/logback.xml @@ -0,0 +1,12 @@ + + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + +