mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-04 04:28:21 +00:00
Client logs are now stored in the cache dir
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user