Keep Run and Platform logs opaque

This commit is contained in:
npc0-hue
2026-09-02 12:23:16 +08:00
parent aeda833294
commit 6e614d3fa3
15 changed files with 282 additions and 20 deletions
-1
View File
@@ -8,7 +8,6 @@ type LogEntry struct {
Level string
Line string
Fields map[string]string
Redacted bool
}
type LogBatchIngest struct {