Skip to content

refactor(logging): replace numeric placeholders with named parameters#1810

Open
tamazbagdavadzespacege wants to merge 1 commit into
dotnetcore:masterfrom
tamazbagdavadzespacege:fix_log_parameter_naming
Open

refactor(logging): replace numeric placeholders with named parameters#1810
tamazbagdavadzespacege wants to merge 1 commit into
dotnetcore:masterfrom
tamazbagdavadzespacege:fix_log_parameter_naming

Conversation

@tamazbagdavadzespacege

Copy link
Copy Markdown

Description:

This PR updates several log statements across the codebase to replace numbered placeholders (e.g., {0}) with descriptive, named parameters.

Changes:

  • Replaced numeric format parameters (e.g., {0}) in ILogger extensions with descriptive named parameters (e.g., {Servers}).

Affected components:

  • Logging/Observability

Additional notes (optional):

No functional changes to the application's business logic were made; this is strictly an observability and code-hygiene improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant