Hello everyone, I am using kumo.configure_local_logs to configure my logs to a directory, but I also want these logs to be logged to the console (mainly so they can be sent to CloudWatch). Is there any way I can do that?
I think If CloudWatch can accept webhook, you can configure a webhook to transfer logs over:
Publishing Log Events Via Webhooks - KumoMTA Docs
Hi, thanks for the answer ![]()
I would much rather these logs to be printed to console, is there a way to do this?
There is not.
You could always parse the log files to console.
Trailer will print the logs to console, but that is really meant for debugging. The right way to do this is to consume a webhook.
Viewing Logs - KumoMTA Docs Viewing Logs - KumoMTA Docs