Laraship

⌘K
  1. Home
  2. Docs
  3. Laraship
  4. Utility Module
  5. Http Logger

Http Logger

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