Skip to content

Commit 2cc2ce8

Browse files
MAGETWO-32161: Logging is broken
1 parent 1e3ec4e commit 2cc2ce8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Application.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,13 @@ public function initialize($overriddenParams = [])
281281
'handlers' => [
282282
'system' => $objectManager->create(
283283
'Magento\Framework\Logger\Handler\System',
284-
['filePath' => $this->installDir]
284+
[
285+
'exceptionHandler' => $objectManager->create(
286+
'Magento\Framework\Logger\Handler\Exception',
287+
['filePath' => $this->installDir]
288+
),
289+
'filePath' => $this->installDir
290+
]
285291
),
286292
'debug' => $objectManager->create(
287293
'Magento\Framework\Logger\Handler\Debug',

0 commit comments

Comments
 (0)