Skip to content

Commit 5261a7e

Browse files
committed
docs: move "CodeIgniter Error Logs" from troubleshooting.rst
1 parent d352ff7 commit 5261a7e

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

user_guide_src/source/installation/troubleshooting.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,4 @@ After that, reload the page. You will see the error and the back trace.
102102
CodeIgniter Error Logs
103103
----------------------
104104

105-
CodeIgniter logs error messages, according to the settings in **app/Config/Logger.php**.
106-
107-
You can adjust the error threshold to see more or fewer messages. See :ref:`Logging <logging-configuration>` for details.
108-
109-
The default configuration has daily log files stored in **writable/logs**.
110-
It would be a good idea to check them if things aren't working the way you expect!
105+
See :ref:`codeigniter-error-logs`.

user_guide_src/source/testing/debugging.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ Debugging Your Application
66
:local:
77
:depth: 2
88

9+
*************
10+
Checking Logs
11+
*************
12+
13+
.. _codeigniter-error-logs:
14+
15+
CodeIgniter Error Logs
16+
======================
17+
18+
CodeIgniter logs error messages, according to the settings in **app/Config/Logger.php**.
19+
20+
The default configuration has daily log files stored in **writable/logs**.
21+
It would be a good idea to check them if things aren't working the way you expect!
22+
23+
You can adjust the error threshold to see more or fewer messages. See
24+
:ref:`Logging <logging-configuration>` for details.
25+
926
********************
1027
Replacing var_dump()
1128
********************

0 commit comments

Comments
 (0)