When starting the node with e.g. with node src/bin/cli.js daemon -a -vv, first voyager:daemon logs are enabled in https://github.com/orbitdb/voyager/blob/main/src/daemon.js#L35
then later on when host is loaded, it seems to overwrite the voyager:daemon logs enabled in daemon.js.
So voyager:daemon logs aren't displayed at all.
Libp2p:* logs cannot be enabled via command line:
DEBUG=libp2p:* node src/bin/cli.js daemon -a -vv