From 04221bf63fcfc481129cf44855a28b5fa31c04e4 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Sat, 1 Jul 2023 20:31:12 +0200 Subject: [PATCH] Add ability to see host logs (#54) This adds a 'Log' view to the host panel using the [`getLog` command](https://www.mongodb.com/docs/manual/reference/command/getLog/). Fixes #53.