summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-04-10 10:10:27 +0000
committerDries Buytaert <dries@buytaert.net>2007-04-10 10:10:27 +0000
commit07e6bdcdfe3273e6a17940c2ba12d2c8e0e878d1 (patch)
tree377b3a08b74f828e1ac45ad130886e82eccc29a4 /CHANGELOG.txt
parentded653fbbd3d8123e5e4ee5a7bd0336519201e61 (diff)
downloadbrdo-07e6bdcdfe3273e6a17940c2ba12d2c8e0e878d1.tar.gz
brdo-07e6bdcdfe3273e6a17940c2ba12d2c8e0e878d1.tar.bz2
- Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. Added support for external loggers, and included a small syslog module into core.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 45c10ae96..46b86d067 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,6 +2,11 @@
Drupal 6.0, xxxx-xx-xx (development version)
----------------------
+- New watchdog as a hook functionality.
+ * New hook_watchdog that can be implemented by any module to route log messages to various destinations.
+ * Expands the severity levels from 3 (Error, Warning, Notice) to the 8 levels defined in RFC 3164.
+ * The watchdog module is now called dblog, and is optional, but enabled by default in the default install profile.
+ * New optional syslog.module now in core.
- Added theme registry: modules can directly provide .tpl.php files for their themes without having to create theme_ functions.
- Added versioning support to node terms.
- Made it easier to theme the forum overview page.