From 9833eca02485ef06abef4144f071ea3b79002f30 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 7 Sep 2020 07:44:17 +0000 Subject: [PATCH] Use simple logger builder pattern (#1594) ## Issue Addressed `simple_logger` depricated the functions we are currently using causing our CI to fail. This updates the to the builder pattern.