By student2 on
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
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
you can goto settings >
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
You need to setup cron.
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.