Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb577f6e89 |
4
.github/workflows/build.yml
vendored
4
.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 = @{
|
||||||
@@ -191,7 +191,7 @@ jobs:
|
|||||||
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