diff options
-rw-r--r-- | files/prosody.cfg.lua.j2 | 3 |
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"; }; |