acrlabs / simkube

Record-and-replay Kubernetes simulator based on KWOK
https://appliedcomputing.io/simkube
MIT License
164 stars 7 forks source link

Log command line parameter settings for service invocations #89

Closed drmorr0 closed 4 months ago

drmorr0 commented 5 months ago

Description

I want to be able to see in the service logs what CLI parameters the various services were invoked with, a la various Kubernetes components.

drmorr0 commented 4 months ago

This was only relevant for the golang code, the Rust binaries do this automatically.