Skip to content

Commit

Permalink
Amend override for Serilog to log warnings for all Worker app namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hortha committed Dec 30, 2024
1 parent 795bea3 commit 6d92d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"MinimumLevel": {
"Default": "Error",
"Override": {
"TeachingRecordSystem.*": "Warning"
"TeachingRecordSystem": "Warning"
}
}
},
Expand Down

0 comments on commit 6d92d54

Please sign in to comment.