diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-04-20 14:50:15 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-04-20 14:50:15 +0200 |
commit | a0fc3612f3ba3d03e79ebff575e3dfc30b70376c (patch) | |
tree | 36fda8a0f3b6085eaa3ec93744fe1d2d98692616 | |
parent | 8cc032ded94850012fbedad22880037e6daeb12e (diff) |
[docs] mention logs in the readme
-rw-r--r-- | README.rst | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -60,6 +60,20 @@ Please report any bugs `in our bug tracker`_. .. _`in our bug tracker`: https://leap.se/code/projects/report-issues +Logs +---- + +If you want to watch the logs, from the command line:: + + bitmaskctl logs watch + +The paste command can be handy to do bug reports (needs ``pastebinit`` installed +in the system):: + + bitmaskctl logs send + + + Development =========================================================== |