Skip to content
New issue

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

Bug: logger casing in samples should be PascalCase by default #176

Closed
sliedig opened this issue Jan 4, 2023 · 1 comment
Closed

Bug: logger casing in samples should be PascalCase by default #176

sliedig opened this issue Jan 4, 2023 · 1 comment
Labels
bug Unexpected, reproducible and unintended software behaviour

Comments

@sliedig
Copy link
Contributor

sliedig commented Jan 4, 2023

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

@sliedig sliedig added bug Unexpected, reproducible and unintended software behaviour triage Pending triage from maintainers labels Jan 4, 2023
@sliedig sliedig removed the triage Pending triage from maintainers label Jan 4, 2023
@github-actions github-actions bot added the pending-release Fix or implementation already in dev waiting to be released label Jan 4, 2023
@amirkaws
Copy link
Contributor

Released v0.0.2-preview.

@hjgraca hjgraca removed the pending-release Fix or implementation already in dev waiting to be released label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected, reproducible and unintended software behaviour
Projects
None yet
Development

No branches or pull requests

3 participants