1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-12 01:48:59 +00:00
沈鸿飞 307d1bfa3f
Fix log.level configuration in frps.toml ()
```toml
log.level = info
```
changed to
```toml
log.level = "info"
```
2023-10-10 19:45:33 +08:00
..