From 099d548681d339dbb91b3f1b4caaab327a826fa7 Mon Sep 17 00:00:00 2001 From: kunzeus <92863097+kunzeus@users.noreply.github.com> Date: Tue, 7 Apr 2026 14:10:26 +0200 Subject: [PATCH] [fix] wrong input for loglevel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello, I was looking for an error related to a plugin and came across this one. I’m not sure which log level is the right one here, so I’m open to suggestions. Kind regards, UB --- components/ILIAS/Container/classes/class.ilContainer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ILIAS/Container/classes/class.ilContainer.php b/components/ILIAS/Container/classes/class.ilContainer.php index abdc2eaaf830..2792b93792bc 100755 --- a/components/ILIAS/Container/classes/class.ilContainer.php +++ b/components/ILIAS/Container/classes/class.ilContainer.php @@ -887,7 +887,7 @@ public function update(): bool $log = ilLoggerFactory::getLogger("cont"); $log->debug(":::::::::::::::::::::::::::"); - $log->logStack(10); + $log->logStack(ilLogLevel::DEBUG); //ilObjStyleSheet::writeStyleUsage($this->getId(), $this->getStyleSheetId());