RE: [PATCH v3] hv/hv_kvp_daemon: Enable debug logs for hv_kvp_daemon

From: Dexuan Cui
Date: Mon Apr 14 2025 - 17:01:41 EST


> From: Dexuan Cui
> Sent: Monday, April 14, 2025 1:57 PM
> > @@ -1681,12 +1728,13 @@ int main(int argc, char *argv[])
> > static struct option long_options[] = {
> > [...]
> > + {"debug-enabled", no_argument, 0, 'd' },

If we use --debug, we won't have to touch the 2 lines of
"help" and "no-daemon" in the struct option long_options[].