feat: add configurable log size and count options in settings
This commit is contained in:
2
src/services/types.d.ts
vendored
2
src/services/types.d.ts
vendored
@@ -778,6 +778,8 @@ interface IProxyConfig
|
||||
|
||||
interface IVergeConfig {
|
||||
app_log_level?: "trace" | "debug" | "info" | "warn" | "error" | string;
|
||||
app_log_max_size?: number; // KB
|
||||
app_log_max_count?: number;
|
||||
language?: string;
|
||||
tray_event?:
|
||||
| "main_window"
|
||||
|
||||
Reference in New Issue
Block a user