I understand, you want the logging event to not occur for privacy or other reasons. Unfortunately I don’t have an option for this at the moment, I only have added controls for on-screen prints. I’ll add a control for logging events for the next version.
In the meantime, if you’re comfortable with compiling C++ (and it’s super simple!) you can comment out the logging events in Plugins/RuntimeDataTable/Source/RuntimeDataTable/Private/RuntimeDataTableModule.cpp in the “Print” function.
At the time of this writing, lines 97-108 can be removed or commented out. After recompiling, the logging events will no longer occur!