Skip to content

Commit 99d0ad0

Browse files
committed
remove subdir from logging
1 parent c1b7959 commit 99d0ad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/de/felixnuesse/timedsilence/util/LoggingUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class LoggingUtils {
2424
val dateTime = LocalDateTime.now()
2525
val formatted = dateTime.format(DateTimeFormatter.ofPattern("yyyyMMdd"))
2626

27-
val dir = "${context.getExternalFilesDir(null)}/ts-logging"
27+
val dir = "${context.getExternalFilesDir(null)}"
2828
if(!File(dir).exists()) {
2929
File(dir).mkdirs()
3030
}

0 commit comments

Comments
 (0)