Skip to content

Commit

Permalink
Remove unused logger topics
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Aug 28, 2023
1 parent 3da6c7f commit b0ea6a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/core/topics.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ const (
AgentConfigChanged = "agent.config.changed"
AgentCollectorsUpdate = "agent.collectors.update"
MetricReport = "metrics.report"
LoggerPrefix = "logger."
LoggerLevel = LoggerPrefix + "level" // TODO: Never set/used?
LoggerPath = LoggerPrefix + "path" // TODO: Never set/used?
DataplaneChanged = "dataplane.changed"
DataplaneFilesChanged = "dataplane.fileschanged"
Events = "events"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0ea6a7

Please sign in to comment.