fix: File logging config

This commit is contained in:
Piotr Dec 2025-12-03 23:53:37 +01:00
parent dc1ce2ac46
commit 6efd3457ce
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,6 @@
logging:
level: "TRACE"
path: "logs/karl.log"
path: "../../logs/karl.log"
app:
host: "127.0.0.1"
port: 8081