Skip to content

Enable Debug Logging

Todd Roberts edited this page Feb 15, 2022 · 1 revision

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.

Clone this wiki locally