-
Hi, Here are my current Serilog MSSQL sink settings:
What would be the best approach to improve?
Thanks and BR ale |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @marrale! This is a question which was discussed several times by different users. Please search in our closed issues. Recently a discussion came up on how to improve the situation with big log volumes by decomposing the log table schema (#632). As far as I know, most users constantly run some kind of script on the log table which archives (moves) older entries to some kind of archive log tables keeping only the recent logs in the real log table. But this is entirely done by database jobs outside of the logging sink itself. |
Beta Was this translation helpful? Give feedback.
Hi @marrale!
This is a question which was discussed several times by different users. Please search in our closed issues. Recently a discussion came up on how to improve the situation with big log volumes by decomposing the log table schema (#632).
As far as I know, most users constantly run some kind of script on the log table which archives (moves) older entries to some kind of archive log tables keeping only the recent logs in the real log table. But this is entirely done by database jobs outside of the logging sink itself.