diff options
| author | Kevin <[email protected]> | 2021-05-31 18:58:56 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-31 18:58:56 +0800 |
| commit | d4015f64237b2b429a04af0ebe82fdf883b45b01 (patch) | |
| tree | d5f28b916d02c6cad68befa220b1a50eb40c3be6 /src/store | |
| parent | 13dcb7d6532a07bb86c54139c9e9d19eb892de4e (diff) | |
Add level query to log websocket url fix #589 (#590)
Diffstat (limited to 'src/store')
| -rw-r--r-- | src/store/configs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/configs.ts b/src/store/configs.ts index d18838e..c533508 100644 --- a/src/store/configs.ts +++ b/src/store/configs.ts @@ -96,7 +96,7 @@ export const initialState: StateConfigs = { 'redir-port': 0, 'allow-lan': false, mode: 'Rule', - 'log-level': 'info', + 'log-level': 'uninit', }, haveFetchedConfig: false, }; |
