summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-04-13 08:27:18 +0000
committerDries Buytaert <dries@buytaert.net>2007-04-13 08:27:18 +0000
commit9dc7e99a42e66b544bef641a419062f616ef7e1e (patch)
tree07a0d30d48d69d7b3d1a5ef91acd3b7fc7545014 /modules/system
parent807c2a2d09e8462c7d4cedfb80a57bd8ba44d29d (diff)
downloadbrdo-9dc7e99a42e66b544bef641a419062f616ef7e1e.tar.gz
brdo-9dc7e99a42e66b544bef641a419062f616ef7e1e.tar.bz2
- Patch #63881 by kbahey: logging documentation improvements.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index bab509f41..a22f9acc4 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -251,7 +251,7 @@ function system_menu() {
);
$items['admin/settings/logging'] = array(
'title' => t('Logging and alerts'),
- 'description' => t('Settings for logging and alerts modules'),
+ 'description' => t('Settings for logging and alerts modules. Various modules can route Drupal\'s system events to different destination, such as syslog, database, email, ...etc.'),
'page callback' => 'system_logging_overview',
);
$items['admin/settings/performance'] = array(