Hello everybody

when i loging in and go to www.mysite/drupal/admin

I find a list of all events

how i can remove all these events
is there a way which do that periodically ?

Thanks

Comments

Oreps’s picture

you can goto settings > error settings, then set for log retention time, or if you want to just trash all. you can go to your database in phpmyadmin and empty the watchdog

--JelloTV

heine’s picture

You need to setup cron to run cron.php periodically. If you do so, watchdog logs will get cleared automatically.
--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.