Is it possible to delete the contents of the log folder? since it is consuming a lot of server space
You can delete the log file directly from your project. Please follow the below path for the log file in your project:
your-project-folder-name/var/log/dev.logAlso, you can delete your dev file using the command line, run this command in your project root directory:
$ rm -rf var/log/dev.log