diff options
author | Kim Alvefur <zash@zash.se> | 2020-06-06 16:43:28 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-06-06 16:43:28 +0200 |
commit | 4a0cb5a30643224dd6a9ebd91e53e257badaf7f9 (patch) | |
tree | add9ec4247e7efa2d62962d15a08d0bac4141f6d /spec/scansion | |
parent | e0837564185908155cf41dcacc0d99d9a5df33b0 (diff) | |
download | prosody-4a0cb5a30643224dd6a9ebd91e53e257badaf7f9.tar.gz prosody-4a0cb5a30643224dd6a9ebd91e53e257badaf7f9.zip |
util.human.io: Fix right-alignment
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 4cf03de8..3fa36ab9 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -13,7 +13,9 @@ end admins = { "admin@localhost" } -use_libevent = true +network_backend = "epoll" +network_settings = { +} modules_enabled = { -- Generally required @@ -99,7 +101,7 @@ mam_smart_enable = true -- Logging configuration -- For advanced logging see https://prosody.im/doc/logging -log = "*console" +log = {debug = "*console" } pidfile = "prosody.pid" |