summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-13 23:44:17 +0200
committeradmin <devnull@localhost>2006-10-13 23:44:17 +0200
commitb06d69f03f5149877390d7e99882006a141268ff (patch)
tree0d39c4fd2909649a5673af47e4b62a3afc2b629e /user_guide
parent5a14ea1599841bdaac15b45e3efd4cba01601f49 (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html2
-rw-r--r--user_guide/general/errors.html8
-rw-r--r--user_guide/general/models.html5
3 files changed, 5 insertions, 10 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 4407b7f14..75d3838f3 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -91,7 +91,7 @@ Change Log
<li>Fixed a bug in the validation class.</li>
<li><strong>Deprecated "init" folder</strong>. Initialization happens automatically now. <a href="creating_libraries.html">Please see documentation</a>.</li>
<li><strong>Deprecated</strong> $this->db->field_names() USE $this->db->list_fields()</li>
-
+<li><strong>Deprecated</strong> the <dfn>$config['log_errors']</dfn> item from the config.php file. Instead, <dfn>$config['log_threshold']</dfn> can be set to "0" to turn it off.</li>
</ul>
diff --git a/user_guide/general/errors.html b/user_guide/general/errors.html
index 8d2cbe55c..a2626ab30 100644
--- a/user_guide/general/errors.html
+++ b/user_guide/general/errors.html
@@ -116,10 +116,10 @@ log_message('info', 'The purpose of some variable is to provide some value.');<b
</ol>
-<p class="important"><strong>Note:</strong> In order for the log file to actually be written, the "log_errors"
-option must be enabled in your <kbd>application/config/config.php</kbd> file, and the "logs" folder must be writable.
-In addition, you'll can set the "threshold" for logging.
-You might, for example, only want error messages to be logged, and not the other two types.</p>
+<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.
+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>
diff --git a/user_guide/general/models.html b/user_guide/general/models.html
index 168aee8bc..3009e505c 100644
--- a/user_guide/general/models.html
+++ b/user_guide/general/models.html
@@ -240,11 +240,6 @@ and connectivity settings, as defined in your database config file will be used:
</ul>
-
-
-
-
-
</div>
<!-- END CONTENT -->