So i just logged into my servers to update the daemons. Check out the debug.log file size...
This server has been operating since July.
An easy solution to this is to set up logrotate for the darkcoind log file.
You can do this by editing the /etc/logrotate.conf file. Remember, you will have to send a kill -1 signal to the darkcoind process to restart logging after compression though.
To do this simply do
/bin/kill -HUP $(cat /home/ubuntu/.darkcoin/darkcoind.pid)
endscript
You put that at the end of your logrotate.conf file. After configuring how you want it to compress the files.
There is more to this so I'll probably write something up about this later.