Hi,
I’m trying to prevent log output when my custom preload creates a new environment variable. I’ve seen the use of SuppressLogs() but I don’t think it’s applicable when using deadlinePlugin. I tried it in this manner -
deadlinePlugin.SuppressLogs(). While it didn’t fail it also didn’t suppress the prior log coming out of the environment variable assignment.
Any suggestions?
Thanks!