From 14f31180b5f2f33512deea143a5cd689c175c184 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 28 Nov 2021 23:07:35 +0100 Subject: 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. --- man/prosodyctl.man | 8 +++++++- man/prosodyctl.markdown | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/prosodyctl.man b/man/prosodyctl.man index 5c1060f8..f22418cc 100644 --- a/man/prosodyctl.man +++ b/man/prosodyctl.man @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.17.0.1 .\" -.TH "PROSODYCTL" "1" "2017-09-02" "" "" +.TH "PROSODYCTL" "1" "2022-02-02" "" "" .hy .SH NAME .PP @@ -135,6 +135,12 @@ Don\[cq]t drop root privileges. .TP \f[B]\f[CB]--help\f[B]\f[R] Display help text for the specified command. +.TP +\f[B]\f[CB]--verbose\f[B]\f[R] +Increase log level to show debug messages. +.TP +\f[B]\f[CB]--quiet\f[B]\f[R] +Reduce log level to only show errors. .SH FILES .TP \f[B]\f[CB]/etc/prosody/prosody.cfg.lua\f[B]\f[R] 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 - 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` -- cgit v1.2.3