summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2014-11-05 23:17:52 +0000
committerOndrej Holy <oholy@redhat.com>2016-01-18 20:46:10 +0100
commit80cc3a7d353bc9faa85041124e4160ae7b7a50a7 (patch)
tree38141d2cd27cd317cd15509fb3f69ce2ed1c66d8 /man
parent35f4e5dccb6aaa818a53bb6b12acb1c1a2f3b465 (diff)
downloadgvfs-80cc3a7d353bc9faa85041124e4160ae7b7a50a7.tar.gz
daemon: Allow controlling debug output from main daemon
Allow controlling whether backends spawned from the main daemon start with debug output enabled by adding a --debug command-line parameter and responding to the SIGUSR2 signal. Note that sending SIGUSR2 to the main daemon does not affect any already spawned backends. E.g. to capture the login debugging from the sftp backend without having to restart the main daemon: $ pkill -x -USR2 gvfsd $ gvfs-mount sftp://... $ journalctl -n 40 If --debug is given on the command-line, debug output is enabled for spawned daemons by default. Sending SIGUSR2 will then turn it off. https://bugzilla.gnome.org/show_bug.cgi?id=740660
Diffstat (limited to 'man')
-rw-r--r--man/gvfsd.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/gvfsd.xml b/man/gvfsd.xml
index f257eeb0..6b678a52 100644
--- a/man/gvfsd.xml
+++ b/man/gvfsd.xml
@@ -92,6 +92,12 @@
<listitem><para>Don't start the fuse filesystem.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>-d</option>, <option>--debug</option></term>
+
+ <listitem><para>Enable debug output.</para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>