diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-03-11 02:46:05 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-03-11 02:46:05 +0100 |
commit | f21a4649afaf4726c8b2feb36dcec9e4fbd95661 (patch) | |
tree | 24e33e781a5add73c5a3eeec508d749bdc60fd50 | |
parent | a170cc1c665a524064c48f1de9fd658c51df5a95 (diff) |
Added location of config for changing logging threshold. Fixes #120
-rw-r--r-- | user_guide/general/errors.html | 2 |
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> |