-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CouchDB.NET logging #134
Comments
Hi, at the moment there is no built-in Logger. Seems like a lot of work tho. So I will give a deeper look one I have time to take all the issues and bring the next major release |
I meant exactly integration with Microsoft.Extensions.Logging. And to be honest I did not know about simple logging in EF)
Looks a bit weird, doesn't it?
This is applicable to any 3-rd party Logging libraries or even Microsoft.Extensions.Logging itself so that is an additional advantage. |
I got. To be honest I prefer to do a proper implementation. I should be able to work on it in the coming weeks |
Ok. |
Hi!
I'd like to know how do you perform logging?
I get that it is possible via Flurl using AfterCall event and ConfigureFlurlClient() method. But I think it would be better CouchDB.NET provides its own logging system. In this case to enable logging the only thing to do is to change the logging level in an appsettings.json. Do you have any plans regarding this? Or what is your logging strategy?
The text was updated successfully, but these errors were encountered: