Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description for --log-file parameter #7549

Merged
merged 26 commits into from
Nov 22, 2021
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0f3ca57
add command to check tikv user
fengou1 Jun 23, 2021
835ddbe
fix comment from teammate
fengou1 Jun 23, 2021
38b294c
update details for elaborating the user case.
fengou1 Jul 6, 2021
faaf02e
reprase case
fengou1 Jul 6, 2021
58d4b3d
fix lint error
fengou1 Jul 6, 2021
7f843a0
lint error
fengou1 Jul 6, 2021
499f070
lint error
fengou1 Jul 6, 2021
6cd0fbc
remove read
fengou1 Jul 6, 2021
dd8eb34
rephrase the info, modified user info
fengou1 Jul 8, 2021
44dc6f1
linter error
fengou1 Jul 8, 2021
bdec7d5
fix lint error
fengou1 Jul 8, 2021
fcf7b06
fix lint error Trailing punctuation in heading
fengou1 Jul 8, 2021
8fb7232
Merge branch 'pingcap:master' into master
fengou1 Jul 8, 2021
997429c
Update br/backup-and-restore-faq.md
TomShawn Jul 8, 2021
834ae5f
fetch upstream
fengou1 Aug 12, 2021
9d8e1f2
Merge branch 'master' of https://github.com/pingcap/docs-cn
fengou1 Aug 12, 2021
3551abe
update command with correct parameter
fengou1 Aug 12, 2021
6f8708f
update for ci failure
fengou1 Aug 12, 2021
ece090a
Update migrate-from-aurora-using-lightning.md
TomShawn Aug 24, 2021
904faa7
Merge branch 'master' into pr/6847
TomShawn Aug 30, 2021
4c69c75
Merge branch 'pingcap:master' into master
fengou1 Nov 19, 2021
257cd87
add description for --log-file="-"
fengou1 Nov 19, 2021
c3da11c
Update tidb-lightning/tidb-lightning-configuration.md
hfxsd Nov 19, 2021
3285f2f
Update tidb-lightning/tidb-lightning-configuration.md
hfxsd Nov 19, 2021
68cbba3
Merge branch 'master' of https://github.com/fengou1/docs-cn
fengou1 Nov 22, 2021
6eea302
fix period
fengou1 Nov 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-file` |
| --log-file *file* | 日志文件路径(默认值为 `/tmp/lightning.log.{timestamp}`, 设置为 '-' 表示日志输出到终端) | `lightning.log-file` |
hfxsd marked this conversation as resolved.
Show resolved Hide resolved
| --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