summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-04-07 11:35:52 +0100
committerRichard Hughes <richard@hughsie.com>2015-04-07 12:00:59 +0100
commitc86e358d934c2ce89ece86440d435d2fedcc122e (patch)
treeb068bf14d861b179aaea635541fe4e2e7a935cae /docs
parentf131dff98e3343ecd4d7cdcf5c58450a0647ca49 (diff)
Don't recursive lock the debug mutex when using --verbose without a tty
Resolves: https://bugs.freedesktop.org/show_bug.cgi?id=89900
Diffstat (limited to 'docs')
-rw-r--r--docs/html/pk-bugs.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/html/pk-bugs.html b/docs/html/pk-bugs.html
index 649083a25..d4c01b623 100644
--- a/docs/html/pk-bugs.html
+++ b/docs/html/pk-bugs.html
@@ -96,6 +96,24 @@ This will tell us exactly what the program was doing when it crashed.
This <a href="http://www.delorie.com/gnu/docs/gdb/gdb_toc.html">link</a> will
give you more information.
</p>
+
+<h2>Enabling verbose logging by default</h2>
+<p>
+If you want verbose logging to be enabled by default, you can override the
+systemd service like this:
+</p>
+<pre>
+sudo systemctl stop packagekit.service
+sudo cp /usr/lib/systemd/system/packagekit.service /etc/systemd/system
+sudo vim /etc/systemd/system/packagekit.service # add --verbose
+sudo systemctl daemon-reload
+sudo systemctl restart packagekit.service
+</pre>
+<p>
+<b>PLEASE NOTE:</b> Due to a bug you'll need to be using PackageKit >= 1.0.6
+for this to work correctly.
+</p>
+
<p>Back to the <a href="index.html">main page</a></p>
<p class="footer">