| 1 | // Package logging provides request logging functionality for the CLI Proxy API server. |
| 2 | // It handles capturing and storing detailed HTTP request and response data when enabled |
| 3 | // through configuration, supporting both regular and streaming responses. |
| 4 | package logging |