Changeset

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 13819:3ee95eb17045
children 13822:b88f94aecfe3
files core/certmanager.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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