Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d80c13a

Browse filesBrowse files
authored
Merge pull request #35570 from zemanlx/feature/journald-with-SYSLOG_IDENTIFIER
Add journald tag as SYSLOG_IDENTIFIER
2 parents fff4232 + ae557f9 commit d80c13a
Copy full SHA for d80c13a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎daemon/logger/journald/journald.go‎

Copy file name to clipboardExpand all lines: daemon/logger/journald/journald.go
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func New(info logger.Info) (logger.Logger, error) {
7575
"CONTAINER_ID_FULL": info.ContainerID,
7676
"CONTAINER_NAME": info.Name(),
7777
"CONTAINER_TAG": tag,
78+
"SYSLOG_IDENTIFIER": tag,
7879
}
7980
extraAttrs, err := info.ExtraAttributes(sanitizeKeyMod)
8081
if err != nil {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.