Skip to content

no read locks, post validation logs#53

Merged
m-terra merged 3 commits intomainfrom
optimize-lock-and-logs
Apr 9, 2026
Merged

no read locks, post validation logs#53
m-terra merged 3 commits 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
Comment thread main.go Outdated
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.

@m-terra m-terra merged commit 574c37b into main Apr 9, 2026
3 checks passed
@m-terra m-terra deleted the optimize-lock-and-logs branch April 14, 2026 09:51
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