Remove minimum log level
This commit is contained in:
parent
b00b9521c6
commit
e6563c99b0
3 changed files with 2 additions and 40 deletions
|
|
@ -8,7 +8,6 @@ export interface SyncSettings {
|
|||
fetchChangesUpdateIntervalMs: number;
|
||||
syncConcurrency: number;
|
||||
isSyncEnabled: boolean;
|
||||
minimumLogLevel: LogLevel;
|
||||
maxFileSizeMB: number;
|
||||
}
|
||||
|
||||
|
|
@ -19,7 +18,6 @@ const DEFAULT_SETTINGS: SyncSettings = {
|
|||
fetchChangesUpdateIntervalMs: 1000,
|
||||
syncConcurrency: 1,
|
||||
isSyncEnabled: false,
|
||||
minimumLogLevel: LogLevel.INFO,
|
||||
maxFileSizeMB: 10
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue