Currently requests are only being logged in the online mode by the HTTP handler. It would be useful to extend this mechanism to cover any IPFS use case, which means logging it also in the offline mode in the CLI.
Normally this wouldn't be necessary as the request log is only used as an informative service where there can be more than one request simultaneously (i.e., in the online mode handling many concurrent HTTP request and not in the offline mode with the CLI handling an only request before shutting down) but the rationale is to have a single point of control for any requests (one or many) before shutting down the IPFS core.
Currently requests are only being logged in the online mode by the HTTP handler. It would be useful to extend this mechanism to cover any IPFS use case, which means logging it also in the offline mode in the CLI.
Normally this wouldn't be necessary as the request log is only used as an informative service where there can be more than one request simultaneously (i.e., in the online mode handling many concurrent HTTP request and not in the offline mode with the CLI handling an only request before shutting down) but the rationale is to have a single point of control for any requests (one or many) before shutting down the IPFS core.