How to Disable Usage Metrics Collection and Configure Logging in Zingg on Microsoft Fabric
Hello Zingg Team, I have installed Zingg on the Microsoft Fabric environment (Zingg-0.5.0.jar, python libraries Zingg-0.5.0, tabulate 0.9.0 and Runtime 1.3 (spark 3.5, Delta 3.2)). However, we don't want to Zingg to collect usage metrics from our environment. As per the below article, If you do not wish to send the data, please set collectMetrics flag to false in the configuration JSON while running Zingg. I created a config.json file with only "collectMetrics":false in this file. However, Fabric does not allow the import of any json file. Can you please let me know how I can stop the collection of usage matrix in Fabric? Can you please provide a pyspark code snippet that I can place in my notebook that can stop this collection? Secondly, I need to view the information captured while running Zingg and edit log4j2.properties and turn loggin level. Can you please let me know how I can apply log4j2.properties? And how I can turn on the to view the log for captured information? https://docs.zingg.ai/0.4.0/security?ask=log4j2