composer: update ident field used for Splunk

to maintain backward compatibility
This commit is contained in:
Diaa Sami 2023-11-28 17:42:07 +01:00 committed by Sanne Raymaekers
parent 2443048ecf
commit 9b53d3e6a6

View file

@ -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)