diff --git a/magnum/drivers/common/templates/kubernetes/fragments/add-logging.sh b/magnum/drivers/common/templates/kubernetes/fragments/add-logging.sh index 2027cbd859775fdad17771f505de8fc46c385d6f..3a6cc740a237320b30c6bee472be6aa5326c4fc6 100644 --- a/magnum/drivers/common/templates/kubernetes/fragments/add-logging.sh +++ b/magnum/drivers/common/templates/kubernetes/fragments/add-logging.sh @@ -10,9 +10,9 @@ if [ ! -z "$LOGGING_TYPE" ]; then if [ "$(echo "$LOGGING_INCLUDE_INTERNAL" | tr '[:upper:]' '[:lower:]')" != "true" ]; then # exclude everything coming from the kube-system pods KUBE_SYSTEM_CONFIG_FILTER=$(cat << 'EOF' - - @type null - + + @type null + EOF ) else