Mercurial > prosody-hg
diff core/certmanager.lua @ 13821:4aed38a1c971 13.0
certmanager: Remove obsolete index log (replaced by shell command)
This information can now be retrieved on-demand using the debug:cert_index()
command, so we don't need to log it after every scan (it is rather verbose).
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 03 Apr 2025 19:47:16 +0100 |
| parents | 8a7dbb291b02 |
| children | 2ec517d8d43e 7f4fcbb1bbe4 |
line wrap: on
line diff
--- a/core/certmanager.lua Thu Apr 03 16:54:02 2025 +0100 +++ b/core/certmanager.lua Thu Apr 03 19:47:16 2025 +0100 @@ -127,7 +127,6 @@ log("debug", "Skipping non-certificate (based on filename): %s", full); end end - log("debug", "Certificate index in %s: %q", dir, files_by_name); -- | hostname | filename | service | return files_by_name; end
