Thank you for answering

I am using mongoose 8.4.3 to connect to a MongoDB Atlas instance.

Enabling the debug option in the mongoose only shows info for CRUD commands being executed and show no info about DB connection.

Also regarding latest documentation logger is replaced by monitoring which is again useful for debugging CRUD commands.

I guess I have to resort to packet capture for the DB connection debugging