From 02e7fe43d82a4f31f39c9bdd56e85fa1fe84428e Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 6 Jul 2025 20:13:43 +0100 Subject: Remove debug logging option Debug logging was historically enabled in nonprod. This would let me test interactions between the client and the server by checking exactly what was sent and received. However, this will shortly not be needed as prosody 13 supports prosodyctl shell watch log, allowing me to "dip in" to debug logs whenver needed. --- files/prosody.cfg.lua.j2 | 3 --- 1 file changed, 3 deletions(-) (limited to 'files') diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 0bcf6ba..62cd9fd 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -45,9 +45,6 @@ modules_disabled = { } pidfile = "/run/prosody/prosody.pid"; log = { -{% if debug_logging %} - debug = "/var/log/prosody/prosody.debug"; -{% endif %} info = "/var/log/prosody/prosody.log"; error = "/var/log/prosody/prosody.err"; { levels = { "error" }; to = "syslog"; }; -- cgit v1.2.3