docs: fixed config files path for editing settings...

This commit is contained in:
RhodeCode Admin 2024-03-29 10:43:02 +01:00
parent d684cf1f5d
commit 0f1fbf4ccc
17 changed files with 23 additions and 23 deletions

View file

@ -14,7 +14,7 @@ track particular user logs only, and exclude other concurrent ones
simply grep by `req_id` uuid which you'll have to find for the individual request.
To enable debug mode on a |RCE| instance you need to set the debug property
in the :file:`/home/{user}/.rccontrol/{instance-id}/rhodecode.ini` file. To
in the :file:`config/_shared/rhodecode.ini` file. To
do this, use the following steps
1. Open the file and set the ``debug`` line to ``true``
@ -38,7 +38,7 @@ Debug and Logging Configuration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Further debugging and logging settings can also be set in the
:file:`/home/{user}/.rccontrol/{instance-id}/rhodecode.ini` file.
:file:`config/_shared/rhodecode.ini` file.
In the logging section, the various packages that run with |RCE| can have
different debug levels set. If you want to increase the logging level change