Skip to content

Commit

Permalink
fix period
Browse files Browse the repository at this point in the history
  • Loading branch information
fengou1 committed Nov 22, 2021
1 parent 68cbba3 commit 6eea302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-lightning/tidb-lightning-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ min-available-ratio = 0.05
| -L *level* | 日志的等级: debug、info、warn、error 或 fatal (默认为 info) | `lightning.log-level` |
| -f *rule* | [表库过滤的规则](/table-filter.md) (可多次指定) | `mydumper.filter` |
| --backend [*backend*](/tidb-lightning/tidb-lightning-backends.md) | 选择后端的模式:`local``importer``tidb` | `tikv-importer.backend` |
| --log-file *file* | 日志文件路径(默认值为 `/tmp/lightning.log.{timestamp}`,设置为 '-' 表示日志输出到终端) | `lightning.log-file` |
| --log-file *file* | 日志文件路径(默认值为 `/tmp/lightning.log.{timestamp}`, 设置为 '-' 表示日志输出到终端) | `lightning.log-file` |
| --status-addr *ip:port* | TiDB Lightning 服务器的监听地址 | `lightning.status-port` |
| --importer *host:port* | TiKV Importer 的地址 | `tikv-importer.addr` |
| --pd-urls *host:port* | PD endpoint 的地址 | `tidb.pd-addr` |
Expand Down

0 comments on commit 6eea302

Please sign in to comment.