[mob][photos] Log with .log instead of .txt

This commit is contained in:
laurenspriem
2024-09-06 12:38:50 +02:00
parent 3437b41114
commit 9bd29228b0

View File

@@ -403,7 +403,7 @@ class SuperLogging {
}
}
logFile = File("$dirPath/${config.dateFmt!.format(DateTime.now())}.txt");
logFile = File("$dirPath/${config.dateFmt!.format(DateTime.now())}.log");
}
/// Current app version, obtained from package_info plugin.