The current implementation will be logged each and every HTTP request but in production mode, I need this package only some debugging time. So if there is any option like env('LOG_HTTTP_REQUESTS', false), it will be better to check this value in middleware when you are trying to log current HTTP requests.
The current implementation will be logged each and every HTTP request but in production mode, I need this package only some debugging time. So if there is any option like
env('LOG_HTTTP_REQUESTS', false), it will be better to check this value in middleware when you are trying to log current HTTP requests.