Skip to content

Commit 0aad5d8

Browse files
committed
ICL: Separate messages test.
1 parent d55782a commit 0aad5d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Loggable.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ protected function initialize(InputInterface $input, OutputInterface $output)
2020
protected function initializeLogging()
2121
{
2222
$log = new Logger('ICL', $this->getLogHandlers());
23-
$log->info('Hello World!', [
23+
$log->info('Hello World!');
24+
$log->info('Message with context!', [
2425
'isOkay' => true,
2526
'count' => 3000,
2627
'type' => 'cool',

0 commit comments

Comments
 (0)