N°9567 - Extension Mgmt : Run setup

This commit is contained in:
Eric Espie
2026-05-19 17:15:09 +02:00
parent 52bc9fcf14
commit 8f6e194855
7 changed files with 37 additions and 24 deletions

View File

@@ -107,7 +107,7 @@ abstract class AbstractSetupAudit
if (ContextTag::Check(ContextTag::TAG_SETUP)) {
SetupLog::Info($sMessage, $sChannel, $aContext);
} else {
IssueLog::Info($sMessage, $sChannel, $aContext);
IssueLog::Debug($sMessage, $sChannel, $aContext);
}
}
}