You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
envd's zerolog stdout writer is now gated behind a new -verbose flag
(default off), so production envd inside FC no longer writes anything
to stdout — journald stays clean of per-request debug events. The HTTP
exporter still ships full debug to the orchestrator regardless.
A journald drop-in caps the rest of the in-VM journal at
Storage=persistent / SystemMaxUse=8M / MaxLevelStore=warning so other
systemd services can't grow it without bound either.
handler.go's "error reading from pty/stdout/stderr" messages were on
raw stderr but are about envd-handled user processes, not envd
internals; they now flow through the zerolog logger.
0 commit comments