Skip to content

Commit

Permalink
feat(nvd-cve-osv): rename log name
Browse files Browse the repository at this point in the history
This commit harmonizes the Cloud Logging log name with the previous
naming tidy up done in google#1936
  • Loading branch information
andrewpollock committed Oct 17, 2024
1 parent 1f9069f commit 4b5635b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulnfeeds/cmd/nvd-cve-osv/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ func main() {
Metrics.Outcomes = make(map[cves.CVEID]ConversionOutcome)

var logCleanup func()
Logger, logCleanup = utility.CreateLoggerWrapper("cpp-osv")
Logger, logCleanup = utility.CreateLoggerWrapper("nvd-cve-osv")
defer logCleanup()

data, err := os.ReadFile(*jsonPath)
Expand Down

0 comments on commit 4b5635b

Please sign in to comment.