Skip to content

Commit

Permalink
composer: update ident field used for Splunk
Browse files Browse the repository at this point in the history
to maintain backward compatibility
  • Loading branch information
diaasami authored and croissanne committed Dec 18, 2023
1 parent 2443048 commit 9b53d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/osbuild-composer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func main() {
}

if config.SplunkHost != "" {
hook, err := slogger.NewSplunkHook(context.Background(), config.SplunkHost, config.SplunkPort, config.SplunkToken, "composer")
hook, err := slogger.NewSplunkHook(context.Background(), config.SplunkHost, config.SplunkPort, config.SplunkToken, "osbuild-composer")

if err != nil {
panic(err)
Expand Down

0 comments on commit 9b53d3e

Please sign in to comment.