From e75c1b970a477eb772633d2a3aea2b611d0f8a5b Mon Sep 17 00:00:00 2001 From: itiligent Date: Sun, 23 Jul 2023 14:46:38 +1000 Subject: [PATCH] ufw logging off by default --- 2-install-guacamole.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2-install-guacamole.sh b/2-install-guacamole.sh index 218c81e..9344836 100644 --- a/2-install-guacamole.sh +++ b/2-install-guacamole.sh @@ -57,6 +57,9 @@ else echo -e "${LGREEN}OK${GREY}" fi +# Reduce logging noise +sudo ufw logging off &>>${LOG_LOCATION} + # Install Postfix with default settings for smtp email relay echo echo -e "${GREY}Installing SMTP email for backup email notifications and alerts, see separate SMTP relay configuration script..."