summaryrefslogtreecommitdiffstats
path: root/user_guide/general/errors.html
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-03-11 11:17:25 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-03-11 11:17:25 +0100
commit2d927761f13489187db6ae34a7c0a52367779de4 (patch)
tree4163cb591164af2279f389bb561258b68a1d1032 /user_guide/general/errors.html
parent52e73183c2d3723c12a0a711d604f9f42f8e7b2b (diff)
parentf21a4649afaf4726c8b2feb36dcec9e4fbd95661 (diff)
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Diffstat (limited to 'user_guide/general/errors.html')
-rw-r--r--user_guide/general/errors.html2
1 files changed, 1 insertions, 1 deletions
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.');<b
<p class="important"><strong>Note:</strong> 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 <dfn>application/config/config.php</dfn>.
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.</p>