Http Logs are a very cool feature to debug issues during development to production, we highly recommend though to disable it through production for performance consideration.
Http Logs screen can be found under administration.
HTTP logs come with the following options, and are adjusted under .env file
HTTP_LOGGER_ENABLED: enable or disable logs (default disabled)
HTTP_LOGGER_PURGE_BEFORE_DAYS: number of days for deleting old logs
HTTP_LOGGER_GET_INCLUDED: include logging of GET requests