Skip to content

Commit 795e67e

Browse files
committed
Reorder parameters
1 parent c2c5b36 commit 795e67e

File tree

1 file changed

+26
-28
lines changed

1 file changed

+26
-28
lines changed

docs/OTAnalytics/usage-cli.md

+26-28
Original file line numberDiff line numberDiff line change
@@ -127,34 +127,6 @@ This is optional.
127127

128128
---
129129

130-
### Debugging and Logging
131-
132-
#### debug
133-
134-
`--debug`
135-
136-
Set log level to `DEBUG` mode for detailed information about the process.
137-
138-
---
139-
140-
#### logfile
141-
142-
`--logfile <path/to/file>`
143-
144-
Specify the directory or file location where logs should be saved.
145-
146-
---
147-
148-
#### logfile_overwrite
149-
150-
`--logfile_overwrite`
151-
152-
Overwrite the log file if it already exists. If omitted, logs will be appended to the existing file.
153-
154-
---
155-
156-
### Export Options
157-
158130
#### event-formats
159131

160132
`--event-formats <formats>`
@@ -222,6 +194,32 @@ Blacklist filter to exclude tracks with given classes.
222194

223195
---
224196

197+
### Debugging and Logging
198+
199+
#### debug
200+
201+
`--debug`
202+
203+
Set log level to `DEBUG` mode for detailed information about the process.
204+
205+
---
206+
207+
#### logfile
208+
209+
`--logfile <path/to/file>`
210+
211+
Specify the directory or file location where logs should be saved.
212+
213+
---
214+
215+
#### logfile_overwrite
216+
217+
`--logfile_overwrite`
218+
219+
Overwrite the log file if it already exists. If omitted, logs will be appended to the existing file.
220+
221+
---
222+
225223
## Notes
226224

227225
- Any parameters specified via the CLI will override those specified in the configuration file.

0 commit comments

Comments
 (0)