mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Remove mention of deprecated daemonize option
Just run ./prosody like me!
This commit is contained in:
parent
a37682ba2e
commit
c8515415ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue