Enable Debug Logging - toddrob99/searcharr GitHub Wiki
If your Searcharr bot is not working as expected, it may be helpful to enable debug/verbose logging.
If you are using docker-compose, add command: python3 searcharr.py -v
to your docker-compose.yml at the same indentation level as volumes
.
If you are running from source, add -v
to your python command, e.g. python3 searcharr.py -v
.