Skip to content

Commit b2356bd

Browse files
committed
Fix missing AsyncEmailMessageHandler service + graylog config
1 parent ee284c0 commit b2356bd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

config/config_prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ monolog:
77
graylog:
88
type: gelf
99
publisher:
10-
hostname: '%app.config.graylog_host%'
11-
port: '%app.config.graylog_port%'
10+
hostname: '%graylog_host%'
11+
port: '%graylog_port%'
1212
level: error
1313
# Local file logging as backup
1414
main:

config/services/messenger.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ services:
1010
tags: [ 'messenger.message_handler' ]
1111
arguments:
1212
$confirmationUrl: '%app.confirmation_url%'
13+
14+
PhpList\Core\Domain\Messaging\MessageHandler\AsyncEmailMessageHandler:
15+
autowire: true
16+
autoconfigure: true
17+
tags: [ 'messenger.message_handler' ]

0 commit comments

Comments
 (0)