From 2e1c81c6da0427dbd7b41cf1288bc76f19e00fb3 Mon Sep 17 00:00:00 2001 From: stephan Date: Tue, 19 Mar 2024 17:08:42 +0100 Subject: [PATCH] adopting log file name --- README.md | 1 + src/main/resources/application.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c517f19..949f569 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This code will run on a Raspberry PI in a chicken barn. There are scales under t ### Epic v1: Chicken scale recognizes weight change and sends message about state (which chicken, an egg) via Messenger +* address fliegender Wechsel with tare bug * check logs; observer and service log twice * implement calibrate * write tests and mocks for mqtt client diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index e40541e..17b6782 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -22,7 +22,7 @@ mqtt: logging: file: - name: /logs/application-debug.log + name: ./logs/chicken-farm.log logback: rollingpolicy: max-history: 14