git-ecosystem / git-bundle-server

A web server & management CLI to host Git bundles for use with Git's "bundle URIs" feature
Other
43 stars 20 forks source link

Logging Part 3: child process tracing #30

Closed vdye closed 1 year ago

vdye commented 1 year ago

Part of #22.

Previous PRs: #28, #29

Summary

This week in the neverending saga of logging in git-bundle-server introduces child process tracing (specifically, child_start, child_ready, and child_exit trace2 events)! There's a lot in this PR that's not that, though, so to summarize: