From 2d96cb7163bb934473d475be1f751a49a665c237 Mon Sep 17 00:00:00 2001 From: Taegon Kim Date: Wed, 6 Dec 2017 16:09:45 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B1=B0=20=ED=83=80=EC=9E=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Coffeefy/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coffeefy/AppDelegate.swift b/Coffeefy/AppDelegate.swift index 936e73b..9fd1911 100644 --- a/Coffeefy/AppDelegate.swift +++ b/Coffeefy/AppDelegate.swift @@ -49,7 +49,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { let fileLogger = DDFileLogger() fileLogger?.rollingFrequency = TimeInterval( 7 * 60 * 60 * 24 )// a week fileLogger?.logFileManager.maximumNumberOfLogFiles = 1 - DDLog.add(fileLogger) + DDLog.add(fileLogger!) #endif // status menu