From f21a4649afaf4726c8b2feb36dcec9e4fbd95661 Mon Sep 17 00:00:00 2001 From: Eric Barnes Date: Thu, 10 Mar 2011 20:46:05 -0500 Subject: Added location of config for changing logging threshold. Fixes #120 --- user_guide/general/errors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/general/errors.html') diff --git a/user_guide/general/errors.html b/user_guide/general/errors.html index a39304da9..ece80b2fd 100644 --- a/user_guide/general/errors.html +++ b/user_guide/general/errors.html @@ -115,7 +115,7 @@ log_message('info', 'The purpose of some variable is to provide some value.');Note: In order for the log file to actually be written, the - "logs" folder must be writable. In addition, you must set the "threshold" for logging. + "logs" folder must be writable. In addition, you must set the "threshold" for logging in application/config/config.php. You might, for example, only want error messages to be logged, and not the other two types. If you set it to zero logging will be disabled.

-- cgit v1.2.3-24-g4f1b