Debugging Suggest EditsEnable and disable logging Logging is disabled by default. You can enable/disable it the following way: ArticleViewController.swift// Enable logging ViafouraSDK.setLoggingEnabled(true) // Disable logging ViafouraSDK.setLoggingEnabled(false) Updated 11 months ago What’s NextRelease notesTable of Contents Enable and disable logging