Hello.
Currently I have a service using Subscribex v0.9. I just found that this version is calling IO.inspect/2 inside Subscribex.Broker.do_channel/3 (lines 208 and 217) and it's flooding our logs.
I also saw that this was removed in latest versions, but right now I don't have a timeline to update and test this newest version.
Is it possible to remove this IO.inspect call or replace it with a Logger.debug/1 and tag it as 0.9.1?
Thanks in advance!
Hello.
Currently I have a service using Subscribex v0.9. I just found that this version is calling
IO.inspect/2insideSubscribex.Broker.do_channel/3(lines208and217) and it's flooding our logs.I also saw that this was removed in latest versions, but right now I don't have a timeline to update and test this newest version.
Is it possible to remove this
IO.inspectcall or replace it with aLogger.debug/1and tag it as0.9.1?Thanks in advance!