WATCHDOG_NOTICE

in includes/bootstrap.inc

Indicates a notice-level watchdog event; these are normally notifications of normal system events that have occurred and can usually be safely ignored.

<?php
define('WATCHDOG_NOTICE', 0);
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.