Skip to content

Commit c3b6f2f

Browse files
committed
template: add 'Azure' to default log levels because Azure.Identity is spammy
1 parent 341ccc3 commit c3b6f2f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 6.0.4
2+
13
# 6.0.3
24
- `c-select` now correctly respects the `filter` prop for enum collections.
35

templates/Coalesce.Vue.Template/content/Coalesce.Starter.Vue.Web/appsettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"Logging": {
33
"LogLevel": {
44
"Default": "Information",
5+
"Azure": "Warning",
56
"Microsoft.AspNetCore": "Warning",
67
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
78
}

0 commit comments

Comments
 (0)