Ambassador pods displaying log level info DESPITE setting AES_LOG_LEVEL to error and envoy_log_path to null #3666
Labels
w:4
Targeted for fourth week of development cycle
Milestone
Describe the bug
I am trying to set the log level of my Ambassador deployment to error. I changed the env variable AES_LOG_LEVEL to error as specified in (https://www.getambassador.io/docs/edge-stack/latest/topics/running/aes-extensions/#aes_log_level). I also set "envoy_log_path: /dev/null" for my module as specified in (https://www.getambassador.io/docs/edge-stack/latest/topics/running/ambassador/#envoy). But neither of these changes change the log output of my pod to level error. The level remains info.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only Logs of error level should be displayed.
Actual behavior
Logs of info level are being displayed.
The text was updated successfully, but these errors were encountered: