From 312427e47a7bd555a1000adce1df32c8d2bd7886 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Mon, 3 Jul 2017 11:05:37 +0200 Subject: HONEYCOMB-373 - Move configuration to minimal-distribution-core Change-Id: Iee0644e01ad21f20adbc36fb8ace556e5ce4a8c4 Signed-off-by: Jan Srnicek --- .../honeycomb-minimal-resources/config/logback.xml | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 infra/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml (limited to 'infra/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml') diff --git a/infra/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml b/infra/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml new file mode 100644 index 000000000..6dd4d4fc0 --- /dev/null +++ b/infra/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/logback.xml @@ -0,0 +1,32 @@ + + + + + %date{"yyyy-MM-dd HH:mm:ss.SSS z"} [%thread] %-5level %logger{36} - %msg%n + + + + /var/log/honeycomb/honeycomb.log + + + /var/log/honeycomb/logs/honeycomb.%d.log.zip + 1 + + + + 10MB + + + + %date{"yyyy-MM-dd HH:mm:ss.SSS z"} [%thread] %-5level %logger{35} - %msg%n + + + + + + + + + + + -- cgit 1.2.3-korg