Skip to content

Commit

Permalink
Include date in CLI logging (#21940)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Feb 14, 2024
1 parent ea84ce6 commit 260ae34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Monolog/config/cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
);
$handler = new ConsoleHandler(null, true, $verbosityMap);
$handler->setFormatter(new \Piwik\Plugins\Monolog\Formatter\ConsoleFormatter([
'date_format' => 'Y-m-d H:i:s',
'format' => $c->get('log.console.format'),
'multiline' => true
]));
Expand Down

0 comments on commit 260ae34

Please sign in to comment.