Disable Log4J Info Messages for Specific Component
We're using several tWriteJsonField components in order to create JSON structured data. We also have the log4j level set to "Info" on all of our jobs. The issue we're running into is that the tWriteJsonField component is writing out this message for every row:
[INFO ]: net.sf.json.xml.XMLSerializer - Using default type string
This is cluttering our logs, and not providing any value. How can I disable either messages for the tWriteJsonField component, or this message specifically?