Using Azure Function and Log Stream I'm flooded by these types of logs at the "Information" log level:
2023-08-17T21:00:44Z [Information] Executed DbCommand (2ms)....
How can I change the log level for the executed DbCommand to log under Trace
instead of Information
so I'm not flooded w/ these log entries?
I've added the following Configuration -> Application Settings in Azure however I'm still seeing the log entries as Information:
Name: AzureFunctionsJobHost__logging__logLevel__Microsoft
Value: Trace