From: Mike Brady Date: Tue, 17 Sep 2019 11:23:00 +0000 (+0100) Subject: add an example of the file and line number X-Git-Tag: 3.3.3~2^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1385c5dfa7d4477c3be6b62677b83eb5c5e9f73a;p=thirdparty%2Fshairport-sync.git add an example of the file and line number --- diff --git a/documents/sample dbus commands b/documents/sample dbus commands index 23804159..2e88003d 100644 --- a/documents/sample dbus commands +++ b/documents/sample dbus commands @@ -10,6 +10,11 @@ dbus-send --print-reply --system --dest=org.gnome.ShairportSync /org/gnome/Shair # Set Statistics-Requested Status to true dbus-send --print-reply --system --dest=org.gnome.ShairportSync /org/gnome/ShairportSync org.freedesktop.DBus.Properties.Set string:org.gnome.ShairportSync.Diagnostics string:Statistics variant:boolean:true +# Are File Name and Line Number included in Log Entries? +dbus-send --print-reply --system --dest=org.gnome.ShairportSync /org/gnome/ShairportSync org.freedesktop.DBus.Properties.Get string:org.gnome.ShairportSync.Diagnostics string:FileAndLine +# Include File Name and Line Number in Log Entries +dbus-send --print-reply --system --dest=org.gnome.ShairportSync /org/gnome/ShairportSync org.freedesktop.DBus.Properties.Set string:org.gnome.ShairportSync.Diagnostics string:FileAndLine variant:boolean:true + # Is Elapsed Time included in Log Entries? dbus-send --print-reply --system --dest=org.gnome.ShairportSync /org/gnome/ShairportSync org.freedesktop.DBus.Properties.Get string:org.gnome.ShairportSync.Diagnostics string:ElapsedTime # Include Elapsed Time in Log Entries