My X login manager (slim) has brought with it a dependency on a package consolekit I don't know what consolekit is good for, other login managers such as wdm do not need it.
But anyway, the problem I am having is that consolekit is logging lots of garbage in /var/log/ConsoleKit/history. I am not interested in those logs. Is it possible to disable logging?
I have tried removing the log file and creating a symlink to /dev/null
ln -s /dev/null /var/log/ConsoleKit/history
But that does not work, because consolekit now complains that there are too many levels of symbolic links.