Add default --tail option to `abra logs`

This commit is contained in:
3wc 2020-10-26 11:57:48 +02:00
parent da33064a5f
commit d37d8a0c66
1 changed files with 1 additions and 0 deletions

1
abra
View File

@ -482,6 +482,7 @@ sub_logs (){
if [ $# -eq 0 ]; then
LOGS_ARGS="\
--follow \
--tail 20 \
--no-trunc \
--details \
--timestamps"