From 22088e1e33a53cff4f86911e127385edc141d9a6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 9 Feb 2014 22:15:11 +0000 Subject: [PATCH] Set loglevel to error --- beaglebone.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beaglebone.txt b/beaglebone.txt index 2bd7c05f..f9c6d004 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -981,7 +981,7 @@ The Apache configuration for the site should look something like the following. # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. - LogLevel warn + LogLevel error CustomLog ${APACHE_LOG_DIR}/access.log combined @@ -1031,7 +1031,7 @@ The Apache configuration for the site should look something like the following. # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. - LogLevel warn + LogLevel error CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined @@ -2821,7 +2821,7 @@ The settings should look something like the following. Replace /mywikidomainnam # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. - LogLevel warn + LogLevel error CustomLog ${APACHE_LOG_DIR}/access.log combined @@ -2861,7 +2861,7 @@ The settings should look something like the following. Replace /mywikidomainnam # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. - LogLevel warn + LogLevel error CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined