-
|
Hi, what’s the best way to automatically truncate the Message column to a specified maximum length when using the Serilog MSSQL sink? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ckadluba
Oct 29, 2025
Replies: 1 comment 2 replies
-
|
Hi @marrale This can be done quite easily by setting the DataLength of the column options of the Message column to the desired length. See the Standard Columns section in README.md for details. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
marrale
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @marrale
This can be done quite easily by setting the DataLength of the column options of the Message column to the desired length.
See the Standard Columns section in README.md for details.