1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Bugs
====
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 --replace
[gitlab issues]: https://gitlab.freedesktop.org/bolt/bolt/issues
|