-
Notifications
You must be signed in to change notification settings - Fork 135
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
Default logging is flooding my ubuntu's production log with all queries results #665
Comments
Is this planned for newer versions ? |
There is no explicit logging implemented in this library, except from some Which class creates the log output? I suspect it's some Microsoft class and there is an error in your logging config somewhere... |
Thanks for answer but my clien side log is full of Feb 08 12:05:54 vmi494768.myproductionserver.net MyApp.App-DotNet8[3459948]: { All queries made by the client are being logged. |
what logging framework do you use? |
No specific loging framework This is my loging config builder.Logging.ClearProviders(); I added Graphql trying to avoid that logs but nothing happens, due this I added this too to my appsettings.json "Logging": { |
HI I'm started using it in my.net 8 app but having an issue, al results are being logged in my journalctl.
All my logs are set as defulto to Error.
Any Ideas would be very appreciated.
The text was updated successfully, but these errors were encountered: