How can I check Drupal log files?

前端 未结 5 1217
北恋
北恋 2020-12-15 03:32

How can I check Drupal log files?

I\'m using Ubuntu 10.10 + Apache2 + PHP 5.33 + MySQL and Drupal 7.

5条回答
  •  情歌与酒
    2020-12-15 03:56

    Make sure drush is installed (you may also need to make sure the dblog module is enabled) and use:

    drush watchdog-show --tail
    

    Available in drush v8 and below.

    This will give you a live look at the logs from your console.

提交回复
热议问题