The "pulpcore-content" keeps logging GET requests in the log files, which causes the disk space consumption quickly.
There should be a mechanism to disable these GET requests from logging into log files if not wanted/required.
At this moment, we can switch the log levels to different settings like INFO, ERROR, PRODUCTION, etc.
However, even after switching to a completely different level, GET requests are still getting logged.