doc: Document !2094

This commit is contained in:
Jakob Bornecrantz 2023-12-29 16:26:45 +00:00
parent f644be460d
commit a39d98cbd6
4 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
server: Make the server a little bit more chatty by default (switch the default
logging level `info` from `warn`). Print out a messages that the service has
started, and advicing on how to collect information to help in debugging to ease
helping end-users.

View file

@ -0,0 +1,2 @@
t/cli: Add new `info` command that prints information about the system, this is
for end-user reports of failurs to start `monado-service`.

View file

@ -0,0 +1,2 @@
Make it possible to get builders from prober, this is useful for generating
reports for end-user debugging.

View file

@ -0,0 +1,2 @@
Make it possible to control where dump goes, this is useful for generating
reports for end-user debugging.