mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Enable verbose logging and log response body (#3063)
This commit is contained in:
parent
828b5a3cd1
commit
98c7b9d961
2 changed files with 2 additions and 2 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