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

Fallback to Microsoft Logging Formatter when mixing positional with structured #756

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

snakefoot
Copy link
Contributor

@snakefoot snakefoot commented Aug 8, 2024

NLog expects message-template to be either positional or structured, and will complain when mixing.

Microsoft Logging Formatter treats all message-templates as structured-format (without correct support for positional format)

@snakefoot snakefoot enabled auto-merge (squash) August 8, 2024 14:14
@snakefoot snakefoot merged commit 9c877a7 into NLog:master Aug 8, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant