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
logging.journaldCore: Fix key encoding of all fields
The encodeJournaldFieldKey function sanitizes the keys for the journald
fields. However, calling the AddTo method on some zap fields results in
multiple output fields. The keys of these additional fields are not
sanitized and may not comply with journald's requirements.
This change applies name sanitation after all fields were added, thereby
including also these surplus fields. As a result, errors are now also
available as "ERROR_VERBOSE", including a potential stack trace.
0 commit comments