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

sqlCommand.Parameters["@renderedMessage"].Value = logEvent.MessageTemplate.Text; #38

Open
cgehrmann opened this issue Oct 12, 2022 · 1 comment

Comments

@cgehrmann
Copy link

I have a question regarding to the usage of the renderedMessage column.

The sink writes the logEvent MessageTemplate to the database.

sqlCommand.Parameters["@renderedMessage"].Value = logEvent.MessageTemplate.Text;

Shouldn't the rendered Messsage be written to this column?

sqlCommand.Parameters["@renderedMessage"].Value = logEvent.RenderMessage(_formatProvider);

used version: 5.5.0

@amirulmenjeni
Copy link

@saleem-mirza, may I know when can this be remediated?

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

No branches or pull requests

2 participants