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

Confusion between Message and MessageTemplate #79

Open
piotrmaslanka opened this issue Dec 13, 2024 · 1 comment
Open

Confusion between Message and MessageTemplate #79

piotrmaslanka opened this issue Dec 13, 2024 · 1 comment
Labels

Comments

@piotrmaslanka
Copy link
Collaborator

According to Seq docs, keys sent as Message should be immediately human-readable, while MessageTemplates might contain placeholders, such as {device_id} or {0}.

Right now we're sending a fully formatted message as a MessageTemplate.

That's a bug as I see it.

@tintoy
Copy link
Owner

tintoy commented Dec 13, 2024

I agree - providing they are using named-hole formatting (which we know at configuration time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants