diff --git a/install-sidecar.sh b/install-sidecar.sh index 0cd8caa..8f8cecf 100755 --- a/install-sidecar.sh +++ b/install-sidecar.sh @@ -250,6 +250,7 @@ if ! containerId=$(eval $dockercmd run -d --name sidecar --network=host --log-dr -e CYRAL_IDP_CERTIFICATE \ -e CYRAL_SIDECAR_IDP_PUBLIC_CERT \ -e CYRAL_SIDECAR_IDP_PRIVATE_KEY \ + -e LOG_LEVEL="${LOG_LEVEL:-"info"}" \ "${envFileParam[@]}" \ "${imagePath}" 2>&1) ; then