Drupal - Where are the watchdog logs located or how do I view the errors created?
Both Drupal 6 and Drupal 7 put the viewable version of watchdog logs at /admin/reports/dblog
. The core database logging module needs to be enabled, and users who want to view them need the access site reports
permission. The actual database table is watchdog
.
You can use the Drush watchdog-show
e.g.:
drush watchdog-show --tail
More info: http://drushcommands.com/drush-5x/watchdog/watchdog-show