Skip to content
Snippets Groups Projects
Commit 1eafcc68 authored by Sean Madsen's avatar Sean Madsen
Browse files

Move filesystem page into reference chapter

parent a0c0e332
Branches
No related tags found
No related merge requests found
File moved
......@@ -51,7 +51,7 @@ A backtrace is a list of all the functions that were run in the execution of the
## Viewing log files
CiviCRM's log files are stored in the `ConfigAndLog` directory within CiviCRM's
local file storage (see [the File System documentation](/basics/filesystem.md)
local file storage (see [the File System documentation](/framework/filesystem.md)
for details on your CMS). Most runtime errors are logged here, as well as data
that you explicitly write to log using the `CRM_Core_Error::debug log=true`
parameter.
......@@ -78,7 +78,7 @@ The following values can be added to your site's settings file `civicrm.settings
When any sort of "logging stuff to a file" is enabled by one of the
above settings, check the `ConfigAndLog` directory within the local files
directory to find the log. (See [the File System
documentation](../basics/filesystem.md) for the location in your CMS.)
documentation](/framework/filesystem.md) for the location in your CMS.)
!!! tip
If you're developing within a site built with [civibuild](/tools/civibuild.md), then you can to apply settings to *all your local sites* by using the [civicrm.settings.d folders](/tools/civibuild.md#settings-civicrm).
......
......@@ -11,7 +11,6 @@ pages:
- Requirements: basics/requirements.md
- Useful Skills: basics/skills.md
- Planning Your Project: basics/planning.md
- File System: basics/filesystem.md
- Tools:
- Development Tools: tools/index.md
- Buildkit: tools/buildkit.md
......@@ -214,6 +213,7 @@ pages:
- XML Schema definition: framework/database/schema-definition.md
- Schema Design: framework/database/schema-design.md
- Transaction Reference: framework/database/transactions.md
- File System: framework/filesystem.md
- PseudoConstant Reference: framework/pseudoconstant.md
- QuickForm Reference:
- QuickForm: framework/quickform/index.md
......
......@@ -8,3 +8,4 @@ hooks/hook_civicrm_trigger_info hooks/hook_civicrm_triggerInfo
framework/schema-definition framework/database/schema-definition
api/params api/options
core/develop tools/git
basics/filesystem framework/filesystem
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment