mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
limit amount of lines in "dokku logs -t"
This commit is contained in:
@@ -151,7 +151,7 @@ case "$1" in
|
||||
LAST_CONTAINER_ID=${CONTAINER_IDS[${#CONTAINER_IDS[@]} - 1]}
|
||||
|
||||
if [[ $3 == "-t" ]]; then
|
||||
DOKKU_LOGS_ARGS="--follow"
|
||||
DOKKU_LOGS_ARGS="--follow --tail 100"
|
||||
else
|
||||
DOKKU_LOGS_ARGS="--tail 100"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user