Skip to content

Commit

Permalink
로거 타입 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
taggon committed Dec 6, 2017
1 parent bba2338 commit 2d96cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Coffeefy/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d96cb7

Please sign in to comment.