Create the file “/etc/cpanellogddisable”, It will disable cpanellogd:
touch /etc/cpanellogddisable
After disabling cpanellogd, you’ll need to kill the current processes of cpanellogd:
ps aux | grep cpanellogd kill -9 PID
Also you should need to move the following files:
mv /usr/local/cpanel/cpanellogd /usr/local/cpanel/cpanellogd.bkp mv /usr/local/cpanel/libexec/cpanellogd /usr/local/cpanel/libexec/cpanellogd.bkp
After doing these all, cpanellogd won’t be there on your server.