You are here

README.txt in Watchdog Prune 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

The Watchdog Prune module allows the user to selectively delete watchdog entries
based on criteria, like age.

 * For a full description of the module, visit the project page:
   https://drupal.org/project/watchdog_prune

 * To submit bug reports and feature suggestions, or to track changes:
   https://drupal.org/project/issues/watchdog_prune


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


RECOMMENDED MODULES
-------------------

The Views Watchdog lets the user build a View/report from watchdog entries (use
Views Data Export to export to CSV). THIS module ensures the watchdog table
won't lose records too soon.

 * Views Watchdog - https://www.drupal.org/project/views_watchdog


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. Visit:
   https://www.drupal.org/node/1897420 for further information.


CONFIGURATION
-------------

    1. Navigate to Administration > Extend and enable the project.
    2. Navigate to Administration > Configuration > Development > Watchdog Prune
       settings to configure.
    3. In order for this module to work, Drupal's built in setting Database log
       messages to keep must be set to All. (/admin/config/system/cron). Visit:
       https://www.drupal.org/docs/7/setting-up-cron/overview for more
       information on seting up cron jobs.
    4. Select whether or not watchdog entries should be pruned based on age from
       the dropdown.
    5. Insert the values of the watchdog entries to be deleted. Use the
       following format: watchdog_entry_type|age (example: php|-1 MONTH or
       system|-1 MONTH). Enter one value per line.
    6. Save configuration.


MAINTAINERS
-----------

Current maintainers:
 * Vishwa Chikate - vishwa.chikate@gmail.com
 
Original Idea:
 * Richard Peacock - richard@peacocksoftware.com

This project is sponsored by:
 * Peacock Software, LLC - https://www.drupal.org/peacock-software-llc
 * InfoBeans Technologies Limited -
   https://www.drupal.org/infobeans-technologies-limited
 * Srijan Technologies - https://www.drupal.org/srijan-technologies

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Watchdog Prune module allows the user to selectively delete watchdog entries
  12. based on criteria, like age.
  13. * For a full description of the module, visit the project page:
  14. https://drupal.org/project/watchdog_prune
  15. * To submit bug reports and feature suggestions, or to track changes:
  16. https://drupal.org/project/issues/watchdog_prune
  17. REQUIREMENTS
  18. ------------
  19. This module requires no modules outside of Drupal core.
  20. RECOMMENDED MODULES
  21. -------------------
  22. The Views Watchdog lets the user build a View/report from watchdog entries (use
  23. Views Data Export to export to CSV). THIS module ensures the watchdog table
  24. won't lose records too soon.
  25. * Views Watchdog - https://www.drupal.org/project/views_watchdog
  26. INSTALLATION
  27. ------------
  28. * Install as you would normally install a contributed Drupal module. Visit:
  29. https://www.drupal.org/node/1897420 for further information.
  30. CONFIGURATION
  31. -------------
  32. 1. Navigate to Administration > Extend and enable the project.
  33. 2. Navigate to Administration > Configuration > Development > Watchdog Prune
  34. settings to configure.
  35. 3. In order for this module to work, Drupal's built in setting Database log
  36. messages to keep must be set to All. (/admin/config/system/cron). Visit:
  37. https://www.drupal.org/docs/7/setting-up-cron/overview for more
  38. information on seting up cron jobs.
  39. 4. Select whether or not watchdog entries should be pruned based on age from
  40. the dropdown.
  41. 5. Insert the values of the watchdog entries to be deleted. Use the
  42. following format: watchdog_entry_type|age (example: php|-1 MONTH or
  43. system|-1 MONTH). Enter one value per line.
  44. 6. Save configuration.
  45. MAINTAINERS
  46. -----------
  47. Current maintainers:
  48. * Vishwa Chikate - vishwa.chikate@gmail.com
  49. Original Idea:
  50. * Richard Peacock - richard@peacocksoftware.com
  51. This project is sponsored by:
  52. * Peacock Software, LLC - https://www.drupal.org/peacock-software-llc
  53. * InfoBeans Technologies Limited -
  54. https://www.drupal.org/infobeans-technologies-limited
  55. * Srijan Technologies - https://www.drupal.org/srijan-technologies