Downloads
Download tar.gz
16.9 KB
MD5: 06d6821e013a6c4ae2b9f01982728364
SHA-1: f713725fd57256eb15eaae7900c8874fe4ba4af0
SHA-256: ba97982c548c0fab602a745145e206e69f37470a856bcffcbd6bd4f269529f2d
Download zip
21.54 KB
MD5: f50a8697c3834ac04dbcd2f5b57ca311
SHA-1: cdc08230116729565cd77dd008e0e1cf3817a001
SHA-256: 4773673bd47cf2c7f8583e28e687dd09f016be77c1e25361411e10ecfce37f08
Release notes
The initial stable version for Drupal 4.7.x.
Changes since the previous development snapshots:
- Removed Drush stubs, as they are unlikely to be further fleshed out.
- #127645: Added information to README.txt regarding manual trace toggling using MySQL; updated TODO.txt to reflect the current status of the module.
- #171465: Added a sanity check to _trace_format_function_call() argument handling.
- Implemented a new None output driver, useful for allowing third-party extension modules take over logging responsibilities.
- Removed the hardcoding of LOG_NOTICE from the Syslog output driver.
- Amended the default settings for excluded pages to take into account 404 Not Found requests of favicon.ico.
- Disabled the watchdog tracing settings for the moment, as they have not yet been implemented.
- Implemented a new setting for determining whether to output page request start/stop times, allowing less noisy log files in production environments.
- Also log the explicit time duration for SQL queries, in addition to the (estimated) time delta from the start of the page request.