Browse Source

Set loglevel to error

Bob Mottram 11 years ago
parent
commit
22088e1e33
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      beaglebone.txt

+ 4
- 4
beaglebone.txt View File

981
 
981
 
982
 	# Possible values include: debug, info, notice, warn, error, crit,
982
 	# Possible values include: debug, info, notice, warn, error, crit,
983
 	# alert, emerg.
983
 	# alert, emerg.
984
-	LogLevel warn
984
+	LogLevel error
985
 
985
 
986
 	CustomLog ${APACHE_LOG_DIR}/access.log combined
986
 	CustomLog ${APACHE_LOG_DIR}/access.log combined
987
 </VirtualHost>
987
 </VirtualHost>
1031
 
1031
 
1032
 	# Possible values include: debug, info, notice, warn, error, crit,
1032
 	# Possible values include: debug, info, notice, warn, error, crit,
1033
 	# alert, emerg.
1033
 	# alert, emerg.
1034
-	LogLevel warn
1034
+	LogLevel error
1035
 
1035
 
1036
 	CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined
1036
 	CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined
1037
 
1037
 
2821
 
2821
 
2822
 	# Possible values include: debug, info, notice, warn, error, crit,
2822
 	# Possible values include: debug, info, notice, warn, error, crit,
2823
 	# alert, emerg.
2823
 	# alert, emerg.
2824
-	LogLevel warn
2824
+	LogLevel error
2825
 
2825
 
2826
 	CustomLog ${APACHE_LOG_DIR}/access.log combined
2826
 	CustomLog ${APACHE_LOG_DIR}/access.log combined
2827
 </VirtualHost>
2827
 </VirtualHost>
2861
 
2861
 
2862
 	# Possible values include: debug, info, notice, warn, error, crit,
2862
 	# Possible values include: debug, info, notice, warn, error, crit,
2863
 	# alert, emerg.
2863
 	# alert, emerg.
2864
-	LogLevel warn
2864
+	LogLevel error
2865
 
2865
 
2866
 	CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined
2866
 	CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined
2867
 
2867