From 07e6bdcdfe3273e6a17940c2ba12d2c8e0e878d1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 10 Apr 2007 10:10:27 +0000 Subject: - Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. Added support for external loggers, and included a small syslog module into core. --- profiles/default/default.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/default/default.profile b/profiles/default/default.profile index db278d310..d80e15d6e 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -8,7 +8,7 @@ * An array of modules to be enabled. */ function default_profile_modules() { - return array('color', 'comment', 'help', 'taxonomy'); + return array('color', 'comment', 'help', 'taxonomy', 'dblog'); } /** -- cgit v1.2.3