Commit Graph

2 Commits

Author SHA1 Message Date
沈鸿飞
ea89d7e3a4
Fix log.level configuration in frps.toml
```toml
log.level = info
```
changed to
```toml
log.level = "info"
```
2023-10-10 19:39:09 +08:00
fatedier
3ae1a4f45a
update confugration examples and README (#3650) 2023-10-10 16:48:13 +08:00