Skip to content

Commit

Permalink
Put logs into a separate subdirectory
Browse files Browse the repository at this point in the history
Issue #394
  • Loading branch information
eofster committed Oct 13, 2017
1 parent 37eba56 commit adb710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telephone/SimpleApplicationDataLocations.swift
Expand Up @@ -30,7 +30,7 @@ final class SimpleApplicationDataLocations {

extension SimpleApplicationDataLocations: ApplicationDataLocations {
func logs() -> URL {
return root()
return root().appendingPathComponent("Logs", isDirectory: true)
}

func callHistories() -> URL {
Expand Down

0 comments on commit adb710e

Please sign in to comment.