From b3ade2db864ad4bd4a12ad7694af434d13cde321 Mon Sep 17 00:00:00 2001 From: Ben Nicholson Date: Wed, 19 Nov 2025 21:44:47 +1100 Subject: [PATCH] Added logging info --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 427858b..e02868e 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,7 @@ - Run the follwoing commands to enable the service on boot. ```sudo systemctl enable rrcs-trigger.service``` and ```sudo systemctl start rrcs-trigger.service``` - Run the following command to see how its booting up. ```watch systemctl status rrcs-triggers.service``` -- Modify the script to have your RRCS Server IP address and port. \ No newline at end of file +- Modify the script to have your RRCS Server IP address and port. + +## Logging + - All logs are printed to journalctl, this includes when the button is pressed. \ No newline at end of file