find out which folder is using more space by running the command , there could be some old dumps which occupies the space
run this command
cd /storage/log
run du -h
above command will list out all the files and folders with disk usage values. Post the output here.