Closed
Description
I have several sections in my debug wrapped in the logger.isDebugEnabled()
What I noticed is that setting the log level to debug through the env var LOG_LEVEL causes these log lines not to appear. This seems like a bug to me.
Expected Behavior
isDebugEnabled should return true.
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
- Configure logging via config to be INFO
- Override to DEBUG via LOG_LEVEL env var
Environment
- Powertools version used:
- Packaging format (Layers, Maven/Gradle):
- AWS Lambda function runtime:
- Debugging logs
# paste logs here