Software /
code /
prosody
Comparison
man/prosodyctl.markdown @ 12243:73ecfe811526
util.startup: Teach prosodyctl to be --quiet as complement to --verbose
Original motivation was tiresome warnings about Lua 5.4 not being
supported yet.
Can still be handy to tweak log level, e.g. to prevent logging to
interfere with command output.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Nov 2021 23:07:35 +0100 |
parent | 12242:202319a990e7 |
child | 12244:858d40d675ee |
comparison
equal
deleted
inserted
replaced
12242:202319a990e7 | 12243:73ecfe811526 |
---|---|
1 --- | 1 --- |
2 author: | 2 author: |
3 - Dwayne Bent <dbb.1@liqd.org> | 3 - Dwayne Bent <dbb.1@liqd.org> |
4 - Kim Alvefur | 4 - Kim Alvefur |
5 date: 2017-09-02 | 5 date: 2022-02-02 |
6 section: 1 | 6 section: 1 |
7 title: PROSODYCTL | 7 title: PROSODYCTL |
8 --- | 8 --- |
9 | 9 |
10 # NAME | 10 # NAME |
135 : Don't drop root privileges. | 135 : Don't drop root privileges. |
136 | 136 |
137 `--help` | 137 `--help` |
138 : Display help text for the specified command. | 138 : Display help text for the specified command. |
139 | 139 |
140 `--verbose` | |
141 : Increase log level to show debug messages. | |
142 | |
143 `--quiet` | |
144 : Reduce log level to only show errors. | |
145 | |
140 # FILES | 146 # FILES |
141 | 147 |
142 `/etc/prosody/prosody.cfg.lua` | 148 `/etc/prosody/prosody.cfg.lua` |
143 : The main prosody configuration file. prosodyctl reads this to | 149 : The main prosody configuration file. prosodyctl reads this to |
144 determine the process ID file of the prosody server daemon and to | 150 determine the process ID file of the prosody server daemon and to |