Change log file extension to .txt (#1449)

This commit is contained in:
NGB-Was-Taken 2025-05-25 00:19:17 +00:00 committed by GitHub
parent 9f110f9db8
commit 80e585fa91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -328,7 +328,7 @@ class App : Application(), DefaultLifecycleObserver, SingletonImageLoader.Factor
return super.generateFileName(
logLevel,
timestamp,
) + "-${BuildConfig.BUILD_TYPE}.log"
) + "-${BuildConfig.BUILD_TYPE}.txt"
}
}
flattener { timeMillis, level, tag, message ->