File tree 1 file changed +26
-28
lines changed
1 file changed +26
-28
lines changed Original file line number Diff line number Diff line change @@ -127,34 +127,6 @@ This is optional.
127
127
128
128
---
129
129
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
-
158
130
#### event-formats
159
131
160
132
` --event-formats <formats> `
@@ -222,6 +194,32 @@ Blacklist filter to exclude tracks with given classes.
222
194
223
195
---
224
196
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
+
225
223
## Notes
226
224
227
225
- Any parameters specified via the CLI will override those specified in the configuration file.
You can’t perform that action at this time.
0 commit comments