The documentation here is for an unreleased version of Recyclarr.
Visit the documentation site for the Current Version instead.Common Options
Options
These are options shared by all commands.
-h|--help
Print help output. Help is also context-aware, so you can get help output specific to any command.
For example, recyclarr sync -h will print help specific to the sync command.
--log [LEVEL]
Enable log output mode. When used, Recyclarr switches from interactive UI output to traditional log output (the same format written to log files). This is useful for scripts, automation, or debugging.
Valid levels:
debug- Show debug, info, warning, and error messagesinfo- Show info, warning, and error messages (default)warn- Show only warning and error messages
When used without a level argument (--log), defaults to info.
Recyclarr has two mutually exclusive output modes:
- Interactive mode (default): Shows progress bars, tables, and formatted output. No logs are printed to console (but still written to log files).
- Log mode (
--log): Shows traditional log output. Interactive UI elements are disabled.
--app-data
Overrides the normal, default location of the application data directory. Note that this option is mainly intended for usage in the official Docker image. It is not intended for normal use outside of that.
For a global equivalent, see the RECYCLARR_APP_DATA environment variable.