Skip to content

Commit b7d0ea3

Browse files
authored
Fit Typos: log -> logs; code -> logs in analyze_logs.md
1 parent 1fe3d98 commit b7d0ea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/tidal tools/analyze_logs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tidal analyze logs [path/to/log_file]
3030
Non-supported files will be skipped.
3131

3232
```bash
33-
tidal analyze code [/path/to/log_folder] [/path/to/other_folder]/*.log
33+
tidal analyze logs [/path/to/log_folder] [/path/to/other_folder]/*.log
3434
```
3535

3636
## Upload log analysis
@@ -40,13 +40,13 @@ This can help track the changes and allow you to easily generate reports.
4040
You can get started by running log analysis:
4141

4242
```bash
43-
tidal analyze log [directory] --json
43+
tidal analyze logs [directory] --json
4444
```
4545

4646
And upload the produced JSON log analysis result file by using the following command:
4747

4848
```bash
49-
tidal analyze log upload [file] --app-id [app_id_for_your_application]
49+
tidal analyze logs upload [file] --app-id [app_id_for_your_application]
5050
```
5151

5252
{% include note.html content="The log analysis result data must be uploaded manually." %}
@@ -56,7 +56,7 @@ If your log anaysis data has been exported to JSON for reusability, or you would
5656
convert saved data into PDF, you can do so by running:
5757

5858
```bash
59-
tidal analyze log generate [file]
59+
tidal analyze logs generate [file]
6060
```
6161

6262
This will convert a JSON result into a PDF report.

0 commit comments

Comments
 (0)