Skip to content

Commit ca7423f

Browse files
committed
[DI] Resolve env placeholder in logs
1 parent 999b95f commit ca7423f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ContainerBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ public function getNormalizedIds()
14791479
*/
14801480
public function log(CompilerPassInterface $pass, $message)
14811481
{
1482-
$this->getCompiler()->log($pass, $message);
1482+
$this->getCompiler()->log($pass, $this->resolveEnvPlaceholders($message));
14831483
}
14841484

14851485
/**

0 commit comments

Comments
 (0)