Skip to content

Commit

Permalink
exta logs
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Mar 28, 2024
1 parent 7421235 commit 820b3b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,11 @@ function install() {
kubectl wait --timeout=60s --for=condition=Available deployment -n ${SYSTEM_NAMESPACE} activator
fi

echo "Enable request logging"
echo "Enable request logging etc"
toggle_feature "loglevel.activator" debug config-logging
toggle_feature "loglevel.queueproxy" debug config-logging
toggle_feature "logging.enable-request-log" true config-observability

toggle_feature "logging.enable-probe-request-log" true config-observability
}

# Check if we should use --resolvabledomain. In case the ingress only has
Expand Down

0 comments on commit 820b3b0

Please sign in to comment.