From 33ff87687bec87c24141481339e96a04a7aa3c0d Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Wed, 6 Jul 2022 10:49:22 -0400 Subject: [PATCH] instructions on viewing download client logs --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b6602c..4108c07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ +# Start container + Execute command. + ```bash cd media docker compose up -d -``` +``` + Navigate to http://localhost:8080 to access download client's WebUI. + +# View download client logs + +Open console for the download client and run this command. + +```bash +tail -f config/qBittorrent/logs/qbittorrent.log +```