fix: let Dapper don't show sql command in terminal
This commit is contained in:
parent
bedaaa800f
commit
33638bdd36
@ -5,7 +5,8 @@
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"Npgsql": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user