summaryrefslogtreecommitdiff
path: root/man/org.freedesktop.LogControl1.xml
Commit message (Collapse)AuthorAgeFilesLines
* man: add working example to LogControl1 manpageLuca Boccassi2023-04-221-0/+14
| | | | Add fully working and documented example that can be copied and pasted
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* man: reorder autogenerated dbus api listsZbigniew Jędrzejewski-Szmek2020-09-171-1/+1
| | | | | | | 3e5f04bf6468fcb79c080f02b0eab08f258bff0c was trying to do the right thing, but the resulting list does not match the autogenerated order (which is the same as the order in vtable definition). I assume the addition was done manually. Fix the order so that dbus-docs-fresh test is not unhappy.
* systemctl: add service-log-{level,target} verbsZbigniew Jędrzejewski-Szmek2020-09-121-8/+31
| | | | | | | | | | | Heavily inspired by #15622. This adds: systemctl service-log-level systemd-resolved systemctl service-log-level systemd-resolved info systemctl service-log-target systemd-resolved systemctl service-log-target systemd-resolved console We already have systemctl verbs log-level, log-target, and service-watchdogs. Those two new verbs tie nicely into this scheme.
* man: import lxml formatting changesZbigniew Jędrzejewski-Szmek2020-08-221-3/+3
| | | | lxml insists on this, see 4fb222c4b29ec2a1a451a1e0e99c5d3c520395ab.
* tree: wide "the the" and other trivial grammar fixesZbigniew Jędrzejewski-Szmek2020-07-021-1/+1
|
* man: fix links to various external man pagesZbigniew Jędrzejewski-Szmek2020-06-251-3/+3
| | | | | In cases where we used both die-net and man-pages for the same reference, I switched to use man-pages everywhere.
* man: add description of org.freedesktop.LogControl1Zbigniew Jędrzejewski-Szmek2020-05-051-0/+106
I'm not sure if the LogTarget property is sufficiently general to be made into a property that can be generally implemented. It is very closely tied to the internal systemd logic. The other two seem fine thoough.