summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-07-06 20:13:43 +0100
committerMatthew Fennell <matthew@fennell.dev>2025-07-06 20:13:43 +0100
commit02e7fe43d82a4f31f39c9bdd56e85fa1fe84428e (patch)
tree4bc1df3dacfdea47d22c7b93c7d67c3a33f87697
parenta4afe4da692f02c286d7d92d74bd0d8b1ec1b54a (diff)
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.
-rw-r--r--files/prosody.cfg.lua.j23
1 files changed, 0 insertions, 3 deletions
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"; };