saleem-mirza / serilog-sinks-mysql

Serilog sink that writes to MySQL database.
Apache License 2.0
35 stars 25 forks source link

Mismatch with SQL Server Field #14

Closed renxuefeng closed 5 years ago

renxuefeng commented 5 years ago

Serilog.Sinks.MSSqlServer One of the fields in SQL Server is "MessageTemplate" serilog-sinks-mysql One of the fields in Mysql is "template" So it's not universal.

saleem-mirza commented 5 years ago

Sinks were developed and maintained by different folks and now it's too late to make breaking changes. Both sinks are being actively used.