From dcd507eff53e7c0abd659da416aac91a7d29e3d3 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 12 Aug 2016 13:51:56 +0200 Subject: HONEYCOMB-137: Put minimal distribution into RPM Change-Id: I163be0361f75a29aac569b019892433b12bfb0a6 Signed-off-by: Maros Marsalek --- .../main/resources/honeycomb-minimal-resources/config/honeycomb.json | 4 ++-- .../src/main/resources/honeycomb-minimal-resources/config/logback.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources') diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json index 350534ed7..d14feced0 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json @@ -1,7 +1,7 @@ { - "persisted-context-path": "persist/context/data.json", + "persisted-context-path": "~/honeycomb/persist/context/data.json", "persisted-context-restoration-type": "Merge", - "persisted-config-path": "persist/config/data.json", + "persisted-config-path": "~/honeycomb/persist/config/data.json", "persisted-config-restoration-type": "Merge", "notification-service-queue-depth": 1, diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml index c294d184c..ec7da7e13 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml @@ -6,10 +6,10 @@ - logs/honeycomb.log + ~/honeycomb/logs/honeycomb.log - logs/honeycomb.%d.log.zip + ~/honeycomb/logs/honeycomb.%d.log.zip 1 -- cgit 1.2.3-korg