Some information about viewing console log
diff --git a/demo-backup/ofbizdocker/README.md b/demo-backup/ofbizdocker/README.md
index a78f06e..7400fb1 100644
--- a/demo-backup/ofbizdocker/README.md
+++ b/demo-backup/ofbizdocker/README.md
@@ -49,3 +49,8 @@
## Cleaning Docker disk space
A weekly cron job, /etc/cron.weekly/docker-system-prune, runs the `docker system prune --force` command to clean up unused container images.
+
+## Viewing console log
+1. Use the ofbizdocker user : sudo -su ofbizdocker
+2. Get into the branch you want, eg /home/ofbizdocker/demo-stable
+3. View part of the log (it's huge), eg docker compose logs --tail="1000"
\ No newline at end of file