Replies: 1 comment 6 replies
-
You've got 4 sinks, do any of them work? Does the console sink print log events? Do you get any errors? Is the SelfLog writing any errors to your console? Try simplifying your code to determine where the problem is. For example, comment out your filters, just get one SQL Server sink working first. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to configure Serilog to use 3 custom log tables that have being created using DDD in EF7 and MSSql. Reading through the documentation - in Table Definition section- I found out that it is possible to achieve this.
Unfortunately after many days of trying to make it work, I have achieved nothing.
My goal is to use the exiting log tables, that will be created by the migrations, to insert the filtered logs to the tables.
The Serilog configuration I used it the following:
Beta Was this translation helpful? Give feedback.
All reactions