From bb90b74aa34e349d885d78e2e954126db5703f4d Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Tue, 29 Mar 2016 14:17:21 +0200 Subject: [PATCH] added test for valueOfConvention --- .../test/input/joran/valueOfConvention.xml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 logback-classic/src/test/input/joran/valueOfConvention.xml diff --git a/logback-classic/src/test/input/joran/valueOfConvention.xml b/logback-classic/src/test/input/joran/valueOfConvention.xml new file mode 100755 index 000000000..54ccb6236 --- /dev/null +++ b/logback-classic/src/test/input/joran/valueOfConvention.xml @@ -0,0 +1,27 @@ + + + infoLog.log + + infoLogs.%d{yyyy-MM-dd}.log + + 30 + 3GB + + + + INFO + + + + %-4relative [%thread] %-5level %logger{35} - %msg%n + + + + + + + + + + \ No newline at end of file -- GitLab