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.
We have to move the nbd library to logs first: xapi-project/nbd#113
Resources:
We currently use the
Lwt_loglibrary for logging in this repo. As ocsigen/lwt#468 (comment) said,Lwt_logmight be deprecated in the future.Therefore, we should move this repo to use the
logslibray instead, which is the replacement recommended in the above thread. ItsLogs_lwtlibrary provides logging functions forLwt.We have to move the
nbdlibrary tologsfirst: xapi-project/nbd#113Resources:
Lwt_logmodule in Lwtlogslibrary