Changeset

12875:a28f77018476

mod_storage_sql: Remove module status on unknown 'debug' level Expected this to be translated to 'core', but it logs an error instead. See previous commit.
author Kim Alvefur <zash@zash.se>
date Tue, 31 Jan 2023 07:52:33 +0100
parents 12874:b9468c8ac1d3
children 12876:0ed24f48b6a6
files plugins/mod_storage_sql.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_storage_sql.lua	Tue Jan 31 07:48:21 2023 +0100
+++ b/plugins/mod_storage_sql.lua	Tue Jan 31 07:52:33 2023 +0100
@@ -840,7 +840,6 @@
 	engine = engines[db_uri];
 	if not engine then
 		module:log("debug", "Creating new engine %s", db_uri);
-		module:log_status("debug", "Creating new engine for "..params.driver);
 		engine = sql:create_engine(params, function (engine) -- luacheck: ignore 431/engine
 			if module:get_option("sql_manage_tables", true) then
 				-- Automatically create table, ignore failure (table probably already exists)