Client logs are now stored in the cache dir

This commit is contained in:
2025-07-30 20:46:50 +03:00
parent e4e7038247
commit 7c48c09ec3
4 changed files with 17 additions and 21 deletions

View File

@@ -6,8 +6,8 @@ procs:
client-secondary:
shell: "go run ./cmd/client"
client-log:
shell: "tail -f client.log"
shell: "tail -f $HOME/.cache/eko/client.log"
messages-log:
shell: "tail -f messages.log"
shell: "tail -f $HOME/.cache/eko/messages.log"
check-ci:
shell: "./tools/check-ci.sh"