mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 15:28:34 +00:00
Increase number of log files to 7.
This commit is contained in:
parent
5b74d0cbeb
commit
8772214fd4
@ -34,7 +34,7 @@ public class PersistentLogger extends Log.Logger {
|
||||
|
||||
private static final String LOG_DIRECTORY = "log";
|
||||
private static final String FILENAME_PREFIX = "log-";
|
||||
private static final int MAX_LOG_FILES = 5;
|
||||
private static final int MAX_LOG_FILES = 7;
|
||||
private static final int MAX_LOG_SIZE = 300 * 1024;
|
||||
private static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS zzz");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user