Skip to content

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

Closed
@sliedig

Description

@sliedig

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUnexpected, reproducible and unintended software behaviour

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions