We currently use the Lwt_log library for logging in this repo. As ocsigen/lwt#468 (comment) said, Lwt_log might be deprecated in the future.
Therefore, we should move this repo to use the logs libray instead, which is the replacement recommended in the above thread. Its Logs_lwt library provides logging functions for Lwt.
Resources: