You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ EMPTY_TRASH=False
152
152
CLEAN_BUNDLES=False
153
153
OPTIMIZE_DB=False
154
154
TRACE=False
155
+
LOG_REQUESTS=False
155
156
```
156
157
157
158
### Base Options
@@ -269,11 +270,18 @@ Sleep Timer between Empty Trash, Clean Bundles, and Optimize DB in seconds that'
269
270
270
271
#### Trace
271
272
272
-
Run with every request and file action logged.
273
+
Run with extra trace logs.
273
274
274
275
* **Environment Variable:** `TRACE=True`
275
276
* **Shell Command:** `-tr` or `--trace`
276
277
278
+
#### Log Requests
279
+
280
+
Run with every request and file action logged.
281
+
282
+
* **Environment Variable:** `LOG_REQUESTS=True`
283
+
* **Shell Command:** `-lr` or `--log-requests`
284
+
277
285
### Continuous Schedule
278
286
279
287
Plex Image Cleanup can be run either immediately or on a schedule. The default behavior is to run immediately to run using a schedule simply pass in the `Schedule` Option.
0 commit comments