THROW MORE LOGS
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!