Skip to content

Commit

Permalink
adopting log file name
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSST committed Mar 19, 2024
1 parent f67a050 commit 2e1c81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mqtt:

logging:
file:
name: /logs/application-debug.log
name: ./logs/chicken-farm.log
logback:
rollingpolicy:
max-history: 14

0 comments on commit 2e1c81c

Please sign in to comment.