I just started using MagicalRecord, and this might be a stupid question, but it\'s really bothering me... I am using MagicalRecord with sqlite, and when I initiate MagicalRecord
swift
MagicalRecord.setLoggingLevel(MagicalRecordLoggingLevel.Off)
objC
[MagicalRecord setLoggingLevel:MagicalRecordLogLevelOff];
put it in your AppDelegate when the application didFinishLaunchingWithOptions