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);
?>
Login or register to post comments 