Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #816 from asha15/master
Browse files Browse the repository at this point in the history
updated the file system documentation link
  • Loading branch information
homotechsual authored Jun 11, 2020
2 parents cc3e1b4 + cc3013c commit 6904e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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](/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.
CiviCRM's log files are stored in the `ConfigAndLog` directory within CiviCRM's local file storage (see [the File System documentation](/dev/en/latest/framework/filesystem) for details specific to 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.

One may also write to the log file without creating an error with:
`Civi::log()->debug(__FUNCTION__);`
Expand Down

0 comments on commit 6904e67

Please sign in to comment.