Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c801730af9 | |||
| 93aa12c630 |
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -129,7 +129,7 @@ jobs:
|
||||
ApiKey = "KEY"
|
||||
MinimumLevel = "Trace"
|
||||
LevelOverride = @{
|
||||
Microsoft: "Warning"
|
||||
Microsoft = "Warning"
|
||||
}
|
||||
}
|
||||
ApiConfiguration = @{
|
||||
@@ -187,11 +187,11 @@ jobs:
|
||||
}
|
||||
}
|
||||
Seq = @{
|
||||
ServerUrl = ${{ vars.SEQ_URL }}
|
||||
ApiKey = ${{ secrets.seq_api_key }}
|
||||
ServerUrl = "${{ vars.SEQ_URL }}"
|
||||
ApiKey = "${{ secrets.seq_api_key }}"
|
||||
MinimumLevel = "Trace"
|
||||
LevelOverride = @{
|
||||
Microsoft: "Warning"
|
||||
Microsoft = "Warning"
|
||||
}
|
||||
}
|
||||
ApiConfiguration = @{
|
||||
|
||||
Reference in New Issue
Block a user