aboutsummaryrefslogtreecommitdiffstats
path: root/man/prosodyctl.markdown
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-11-28 23:07:35 +0100
committerKim Alvefur <zash@zash.se>2021-11-28 23:07:35 +0100
commit14f31180b5f2f33512deea143a5cd689c175c184 (patch)
tree97b89f6025aa516a321831730edf441e1f9d568b /man/prosodyctl.markdown
parent7f2e4b6313b83e95aa165e4b614b554b7552ff46 (diff)
downloadprosody-14f31180b5f2f33512deea143a5cd689c175c184.tar.gz
prosody-14f31180b5f2f33512deea143a5cd689c175c184.zip
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.
Diffstat (limited to 'man/prosodyctl.markdown')
-rw-r--r--man/prosodyctl.markdown8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/prosodyctl.markdown b/man/prosodyctl.markdown
index c9a78452..38540a59 100644
--- a/man/prosodyctl.markdown
+++ b/man/prosodyctl.markdown
@@ -2,7 +2,7 @@
author:
- Dwayne Bent <dbb.1@liqd.org>
- Kim Alvefur
-date: 2017-09-02
+date: 2022-02-02
section: 1
title: PROSODYCTL
---
@@ -137,6 +137,12 @@ details of how these commands work you should see ejabberdctl(8).
`--help`
: Display help text for the specified command.
+`--verbose`
+: Increase log level to show debug messages.
+
+`--quiet`
+: Reduce log level to only show errors.
+
# FILES
`/etc/prosody/prosody.cfg.lua`