We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POWERTOOLS_LOGGER_CASE environment variable should be PascalCase in sample projects.
PascalCase
POWERTOOLS_LOGGER_CASE environment variable is SnakeCase
SnakeCase
Variables: POWERTOOLS_SERVICE_NAME: powertools-dotnet-logging-sample POWERTOOLS_LOG_LEVEL: Debug POWERTOOLS_LOGGER_CASE: SnakeCase
Variables: POWERTOOLS_SERVICE_NAME: powertools-dotnet-logging-sample POWERTOOLS_LOG_LEVEL: Debug POWERTOOLS_LOGGER_CASE: PascalCase
NA
latest
dotnet6
No response
The text was updated successfully, but these errors were encountered:
Released v0.0.2-preview.
Sorry, something went wrong.
No branches or pull requests
Expected Behaviour
POWERTOOLS_LOGGER_CASE environment variable should be
PascalCase
in sample projects.Current Behaviour
POWERTOOLS_LOGGER_CASE environment variable is
SnakeCase
Code snippet
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
The text was updated successfully, but these errors were encountered: