1 Commits

Author SHA1 Message Date
Myx
eb577f6e89 Add serilog 2025-09-27 20:58:43 +02:00

View File

@@ -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 = @{