Diff

spec/scansion/prosody.cfg.lua @ 10917:1eb83bc6f706

util.human.io: Fix right-alignment
author Kim Alvefur <zash@zash.se>
date Sat, 06 Jun 2020 16:43:28 +0200
parent 10848:7fd8976d47d7
child 10942:008f46a92520
line wrap: on
line diff
--- a/spec/scansion/prosody.cfg.lua	Sat Jun 06 00:54:28 2020 +0200
+++ b/spec/scansion/prosody.cfg.lua	Sat Jun 06 16:43:28 2020 +0200
@@ -13,7 +13,9 @@
 
 admins = { "admin@localhost" }
 
-use_libevent = true
+network_backend = "epoll"
+network_settings = {
+}
 
 modules_enabled = {
 	-- Generally required
@@ -99,7 +101,7 @@
 
 -- Logging configuration
 -- For advanced logging see https://prosody.im/doc/logging
-log = "*console"
+log = {debug = "*console" }
 
 pidfile = "prosody.pid"