composer: update ident field used for Splunk
to maintain backward compatibility
This commit is contained in:
parent
2443048ecf
commit
9b53d3e6a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue