From 9bd29228b035c2ad11d417b0605ca5d5c9d6213a Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Fri, 6 Sep 2024 12:38:50 +0200 Subject: [PATCH] [mob][photos] Log with .log instead of .txt --- mobile/lib/core/error-reporting/super_logging.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/core/error-reporting/super_logging.dart b/mobile/lib/core/error-reporting/super_logging.dart index c71cea8254..9776a55143 100644 --- a/mobile/lib/core/error-reporting/super_logging.dart +++ b/mobile/lib/core/error-reporting/super_logging.dart @@ -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.