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
feat(log): log.format=json|text with emoji-strip production handler
New log.format config key (default "text"; DOCSIQ_LOG_FORMAT env).
Precedence is --log-format > env > config > default. The json handler
is wrapped in obs.NewProductionHandler, which strips a leading emoji
from slog Record.Message so log aggregators do not have to special-
case multi-byte sequences. The text handler keeps emoji for human
readers. Adds config-level defaults + env binding and three load-
level tests covering default, YAML, and env-var precedence.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments