Here are the commands used for log level Get and Set

dbus-send --print-reply --system --dest=org.ganesha.nfsd /org/ganesha/nfsd/admin org.freedesktop.DBus.Properties.Get string:org.ganesha.nfsd.log.component string:COMPONENT_FSAL

dbus-send --system --print-reply --dest=org.ganesha.nfsd /org/ganesha/nfsd/admin org.freedesktop.DBus.Properties.Set string:org.ganesha.nfsd.log.component string:COMPONENT_FSAL variant:string:NIV_FULL_DEBUG

Hope this helps.

- Sriram

 

From: Zhang Fan <fanzi2009@hotmail.com>
Date: Friday, February 22, 2019 at 4:32 AM
To: "devel@lists.nfs-ganesha.org" <devel@lists.nfs-ganesha.org>
Subject: [NFS-Ganesha-Devel] DBUS command for get/set log level

 

Hi,

I tried to use the command below,but it failed. Is there anyone know the correct format?
dbus-send --print-reply --system --dest=org.ganesha.nfsd /org/ganesha/nfsd/admin org.ganesha.nfsd.log.component.Get string:org.ganesha.nfsd.log.COMPONENT_FSAL

Thanks,
Marvin