On Thu, Jun 12, 2025 at 05:54:01PM +0200, Olaf Hering wrote:
> Tue, 15 Apr 2025 04:19:38 -0700 Shradha Gupta
> :
>
> > static int kvp_key_add_or_modify(int pool, const __u8 *key, int key_size,
> > + if (debug)
> > + syslog(LOG_DEBUG, "%s: got a KVP: pool=%d key=%s val=%s",
> > +
Tue, 15 Apr 2025 04:19:38 -0700 Shradha Gupta
:
> static int kvp_key_add_or_modify(int pool, const __u8 *key, int key_size,
> + if (debug)
> + syslog(LOG_DEBUG, "%s: got a KVP: pool=%d key=%s val=%s",
> +__func__, pool, key, value);
>
> if ((key_size >
On Tue, Apr 15, 2025 at 04:19:38AM -0700, Shradha Gupta wrote:
> Allow the KVP daemon to log the KVP updates triggered in the VM
> with a new debug flag(-d).
> When the daemon is started with this flag, it logs updates and debug
> information in syslog with loglevel LOG_DEBUG. This information come