Community Documentation

WATCHDOG_NOTICE

  1. drupal
    1. 4.6 bootstrap.inc
    2. 4.7 bootstrap.inc
    3. 5 bootstrap.inc
    4. 6 bootstrap.inc
    5. 7 bootstrap.inc
    6. 8 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.

File

includes/bootstrap.inc, line 40
Functions that need to be loaded on every Drupal request.

Code

<?php
define('WATCHDOG_NOTICE', 0)
?>
Login or register to post comments