From c8d995499f2962c36db64165e94618ad98847c5a Mon Sep 17 00:00:00 2001 From: Joey Date: Sat, 15 Nov 2025 02:19:54 +0100 Subject: [PATCH] Update README.MD --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.MD b/README.MD index 6a687a2..73bc557 100644 --- a/README.MD +++ b/README.MD @@ -20,3 +20,8 @@ Auto fix for Proxmox VE Quorum ```* * * * * sleep 30 && /usr/local/sbin/quorum-autofix.sh``` #### Repeat this process for each node within your cluster. After this you're done :) + +### Viewing logs + +To see the logs run +```tail -n 20 /var/log/quorum-autofix.log```