Architecture for Logging RESTful Requests/Responses |
Does anyone have recommendations for solid architecture that would allow me to log all controller HTTP Requests/Responses?
Hi,
Create a Filter to log all requests. See https://codeigniter4.github.io/userguide...lters.html You can use log_message() function to write to log file or use the DB whatever you want. |
Welcome Guest, Not a member yet? Register Sign In |