-
Hello! My
And my appsettings.json like this
When I run my app on the server I see queries being logged. They don't have a log level or logger so I can't filter them out using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Logs look like this |
Beta Was this translation helpful? Give feedback.
-
Are you using EF Core 7? There is a known Oracle EF Core bug (35579522) that is fixed in Oracle EF Core 7.21.12. It eliminates previously reported Debug.WriteLine calls. These were debug calls were not present with EFC 6. The patch is planned to be published on NuGet this month. |
Beta Was this translation helpful? Give feedback.
Are you using EF Core 7? There is a known Oracle EF Core bug (35579522) that is fixed in Oracle EF Core 7.21.12. It eliminates previously reported Debug.WriteLine calls. These were debug calls were not present with EFC 6. The patch is planned to be published on NuGet this month.