Closed analogic closed 7 months ago
Hmm there is loginfo too right after connection. I think must have something terribly wrong with my stack, I am seeing errors on code which previously worked without major changes :)
I am new, what is OutboundTLS?
Restore line 20 (from my open PR) in that file and I think you'll find it better. Also, share a couple log entries, I think they'll be sub-par format, so I might add loggers to OBTLS differently.
should be fixed in #3322
Thanks! logger.add_log_methods(this) work, PR will test later
2024-04-22 08:03:32.069514500 [INFO] [-] [core] connected to redis://127.0.0.1:6379
loginfo at https://github.com/haraka/haraka-plugin-redis/blob/ca6c766ea19339748b59991d89c882f5c7fe1b2d/index.js#L187 not available and therefore throwing exception catched later and printed with again not available logerror...
As far as I understand, OutboundTLS is not a plugin, it doesn't have the logging capabilities that the Redis plugin depends on so it fails spectacularly in this edge case