Skip to content

Commit

Permalink
fix(logs): bring container logs live watch function back to old behav…
Browse files Browse the repository at this point in the history
…iour
  • Loading branch information
nikoksr committed Sep 10, 2021
1 parent a611fa8 commit 7b61c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ $(dim $separator_thick)

clear
case $choice in
"j" | "J" | "y" | "Y") docker container logs -f "$id" ;;
"j" | "J" | "y" | "Y") docker container logs --since 0s -f "$id" ;;
*) docker container logs "$id" ;;
esac
}
Expand Down

0 comments on commit 7b61c25

Please sign in to comment.