Change log file extension to .txt (jobobby04/tachiyomiSY#1449)

(cherry picked from commit 80e585fa9170b0dc0f6582ed85f0e9d58afce363)
This commit is contained in:
NGB-Was-Taken 2025-05-25 00:19:17 +00:00 committed by Cuong-Tran
parent 06ce765952
commit 8af212f970

View file

@ -344,7 +344,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 ->