Skip to content

THROW MORE LOGS

Compare
Choose a tag to compare
@NickALafrance NickALafrance released this 27 Apr 18:17

We added a nice way to split logs into different channels if you are using monolog to run AEConnect. Default it is sending the regular psr/log logger to all services, but now you can overwrite the service aliases
Psr\Log\SyncLogger: '@psr\Log\LoggerInterface'
Psr\Log\InboundLogger: '@psr\Log\LoggerInterface'
Psr\Log\OutboundLogger: '@psr\Log\LoggerInterface'
to control channels.

We also now have throughput calculations being logged for listen!