mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge branch 'master' into backend-overhaul
This commit is contained in:
commit
5d64cacb30
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ public class CommonsApplication extends Application {
|
|||
String logFileName = isBeta ? "CommonsBetaAppLogs" : "CommonsAppLogs";
|
||||
String logDirectory = LogUtils.getLogDirectory();
|
||||
FileLoggingTree tree = new FileLoggingTree(
|
||||
Log.DEBUG,
|
||||
Log.VERBOSE,
|
||||
logFileName,
|
||||
logDirectory,
|
||||
1000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue