powertools-lambda-dotnet
powertools-lambda-dotnet copied to clipboard
Feature request: Log warning message if Advanced Logging Controls log level is less verbose than Logger level
Use case
If I use the Logger for example at Debug level and the Advanced Logging Controls are set to Info I will not get the log messages printed. It would be nice, the a warning message could be printed if this constellation is given.
Solution/User Experience
Print a warning message (configurable) if log messages would be suppressed by Advanced Logging Controls.
Alternative solutions
Acknowledgment
- [x] This feature request meets Powertools for AWS Lambda (.NET) Tenets
- [x] Should this be considered in other Powertools for AWS Lambda languages? i.e. Python, Java, and TypeScript