None of this is ok, as the function watchdog() is used everywhere, and it would then be an undefined function. It just doesn't make any sense from the beginning.
If you don't want the database logging, you can disable the dblog module and enable syslog instead, or use another backend logging module.
-Randy
On Sun, Feb 20, 2011 at 12:08 AM, sivaji j.g <sivaji2009@gmail.com> wrote:I am using D7, so assume it is ok?
>
>
> On Sat, Feb 19, 2011 at 7:24 PM, fgm <fgm@osinet.fr> wrote:
>>
>> module_disable(module_implements('watchdog'));
>
> Don't try this. It attempts to disable "system" the core required module in
> D6.
Thanks.