Closed
Description
Expected Behaviour
POWERTOOLS_LOGGER_CASE environment variable should be PascalCase
in sample projects.
Current Behaviour
POWERTOOLS_LOGGER_CASE environment variable is SnakeCase
Code snippet
Variables:
POWERTOOLS_SERVICE_NAME: powertools-dotnet-logging-sample
POWERTOOLS_LOG_LEVEL: Debug
POWERTOOLS_LOGGER_CASE: SnakeCase
Possible Solution
Variables:
POWERTOOLS_SERVICE_NAME: powertools-dotnet-logging-sample
POWERTOOLS_LOG_LEVEL: Debug
POWERTOOLS_LOGGER_CASE: PascalCase
Steps to Reproduce
NA
AWS Lambda Powertools for .NET version
latest
AWS Lambda function runtime
dotnet6
Debugging logs
No response