diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-05 20:03:06 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-05 20:03:06 +0900 |
| commit | 5a26895a229fa85b66b62bf70fcaec06aab8ad6f (patch) | |
| tree | 46a7af063d9a4f1cbf0553351950a6431e550cc6 /internal/pkg/pkg.go | |
| parent | 09d9f766a94c9261a7e6c4c24b52e718d6d5fe86 (diff) | |
internal/pkg: optionally suppress init verbosity
This flag applies to every exec artifact cured by the cache. It has no effect on cure outcome.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/pkg.go')
| -rw-r--r-- | internal/pkg/pkg.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go index 767c35a7..9e641df7 100644 --- a/internal/pkg/pkg.go +++ b/internal/pkg/pkg.go @@ -617,6 +617,10 @@ const ( // CPromoteVariant allows [pkg.Open] to promote an unextended on-disk cache // to the current extension variant. This is a one-way operation. CPromoteVariant + + // CSuppressInit arranges for verbose output of the container init to be + // suppressed regardless of [message.Msg] state. + CSuppressInit ) // toplevel holds [context.WithCancel] over caller-supplied context, where all |
