saleem-mirza / serilog-sinks-mysql

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

not writing to table #10

Closed eman1986 closed 5 years ago

eman1986 commented 6 years ago

I got everything setup, but its not writing to the table.

var logger = new LoggerConfiguration() .WriteTo.MySQL("MyConnectionString") .CreateLogger();

I'm using it in a net standard app if that makes a difference, I see you have netstandard support so that shouldn't be an issue.

undauntedspirit commented 5 years ago

Can confirmed my samples do the same thing -- successfully creates the table but fails to ever write any data to the table.

saleem-mirza commented 5 years ago

@undauntedspirit, I'm not able to reproduce issue. Please create defect with testable solution.