Closed dannythunder closed 5 months ago
@dannythunder That's a very complete issue, and every possible thing I would need to tell you that that's perfectly normal behavior. You can certainly disable the raw Npgsql logging that's absurdly noisy from Marten with StoreOptions.DisableNpgsqlLogging = true
, or set up filters on ILogger. Or if you really care, configure both Marten & Wolverine to slow down the various polling.
Closing as there's nothing actionable from the Wolverine side.
Describe the bug Applicaion running Wolverine and Marten together, when I start the application SQL-commands keep on excecuting at logging inf-level. There s a lot of queries to the database.
To Reproduce Steps to reproduce the behavior:
Expected behavior Not having SQL-commands running in a loop. Not spamming the log with inf-level logs.
Information: .net8 web api
Settings:
Marten:
Wolverine:
Output: Short version
Hopefully this is enough information