aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-02-05 18:14:17 +0100
committerKim Alvefur <zash@zash.se>2022-02-05 18:14:17 +0100
commitc8515415ec9ea46ced67cd7a9e74e9a4c3abebce (patch)
tree83788129d653dcbc9d640f61098d1d2838ace2d8 /prosody.cfg.lua.dist
parenta37682ba2e398eabeb3de0b14760488ae121bba7 (diff)
downloadprosody-c8515415ec9ea46ced67cd7a9e74e9a4c3abebce.tar.gz
prosody-c8515415ec9ea46ced67cd7a9e74e9a4c3abebce.zip
prosody.cfg.lua.dist: Remove mention of deprecated daemonize option
Just run ./prosody like me!
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index 03413ef8..7f25f36d 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -178,7 +178,7 @@ log = {
info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
error = "prosody.err";
-- "*syslog"; -- Uncomment this for logging to syslog
- -- "*console"; -- Log to the console, useful for debugging with daemonize=false
+ -- "*console"; -- Log to the console, useful for debugging when running in the foreground
}
-- Uncomment to enable statistics