mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +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 logFileName = isBeta ? "CommonsBetaAppLogs" : "CommonsAppLogs";
|
||||||
String logDirectory = LogUtils.getLogDirectory();
|
String logDirectory = LogUtils.getLogDirectory();
|
||||||
FileLoggingTree tree = new FileLoggingTree(
|
FileLoggingTree tree = new FileLoggingTree(
|
||||||
Log.DEBUG,
|
Log.VERBOSE,
|
||||||
logFileName,
|
logFileName,
|
||||||
logDirectory,
|
logDirectory,
|
||||||
1000,
|
1000,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue