Skip to content

no read locks, post validation logs#53

Open
m-terra wants to merge 1 commit intomainfrom
optimize-lock-and-logs
Open

no read locks, post validation logs#53
m-terra wants to merge 1 commit intomainfrom
optimize-lock-and-logs

Conversation

@m-terra
Copy link
Copy Markdown
Collaborator

@m-terra m-terra commented Mar 31, 2026

No description provided.

@m-terra m-terra requested a review from snorwin March 31, 2026 12:17
go func(cmd *exec.Cmd) {
<-cmd.Terminated
log.Notice(fmt.Sprintf("process %d terminated : %s", cmd.Process.Pid, cmd.Status()))
log.Notice(fmt.Sprintf("process %d terminated: %s", cmd.Process.Pid, cmd.Status()))
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: for consistency, I would either keep the space before : or remove it in all log messages. I believe this was introduced to match the style of the HAProxy startup log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants