Skip to content
Snippets Groups Projects

feat/message handling

Merged Bartek Jaskulski requested to merge feat/message-handling into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -35,7 +35,8 @@ final class SimpleLoggerFactory implements LoggerFactory {
$this->logger = new Logger(
$this->channel,
[],
[ new PsrLogMessageProcessor( null, true ), new UidProcessor() ]
[ new PsrLogMessageProcessor( null, true ), new UidProcessor() ],
wp_timezone()
);
if ( $this->options->use_wc_log ) {
Loading