Skip to content

Commit

Permalink
chore: increase max-log-requests on task minikube:logs:eda (#528)
Browse files Browse the repository at this point in the history
Signed-off-by: Mauricio Magnani <[email protected]>
  • Loading branch information
msmagnanijr authored Nov 20, 2023
1 parent 5bcd4e6 commit a083c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eda_kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ port-forward-pg() {

get-eda-logs() {
log-debug "kubectl logs -n ${NAMESPACE} -l app=eda -f"
kubectl logs -n "${NAMESPACE}" -l app=eda -f
kubectl logs -n "${NAMESPACE}" -l app=eda --max-log-requests=10 -f
}

#
Expand Down

0 comments on commit a083c32

Please sign in to comment.