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