Commit 68c9063
authored
feat(channels): Log CLI version on startup and dedupe scheduler log (#481)
## Summary
- Adds a `Starting channels-manager` log line at the top of `infer
channels-manager` that includes `version`, `commit`, and `build_date`
(sourced from the existing `cmd.version`/`cmd.commit`/`cmd.date` vars
populated via `-ldflags -X`), so operators can see which release is
running in pod/container logs.
- Removes the duplicate `Scheduler started` log emitted from
`cmd/channels.go` — the scheduler service already logs the same event
from `internal/services/scheduler/scheduler.go` with richer `dir` +
`jobs` fields.
Closes #4701 parent 3a5d7ac commit 68c9063
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
129 | | - | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| |||
0 commit comments