Skip to content

Commit

Permalink
BUGS.md: update for gitlab, explain -v better
Browse files Browse the repository at this point in the history
Freedesktop.org is our new forever-home. So track bugs there.
Also, -v should not be needed normally, really.
  • Loading branch information
gicmo committed Apr 10, 2018
1 parent 11bef9d commit 0823d6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions BUGS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
Bugs
====

Bugs are tracked via at [github][github issues].
Bugs are tracked at [fd.o's gitlab][gitlab issues].


Debugging
=========

The daemon can be run in verbose mode with the command line option `-v`.
This should normally not be necessary, except when debugging the DBus
layer of boltd (the verbose output is indeed very verbose).
To replace the currently running daemon and run a new instance of it
in the forground, launch the daemon with `--replace`:

boltd -v --replace
boltd --replace


[github issues]: https://github.com/gicmo/bolt/issues
[gitlab issues]: https://gitlab.freedesktop.org/bolt/bolt/issues

0 comments on commit 0823d6f

Please sign in to comment.