From abd98ee80e1f4f9436287d38df255e508aa30425 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Wed, 13 Oct 2021 09:42:00 +0200 Subject: [PATCH] Readded logging inside test --- apps/mina-sidor-fa/src/environments/active-features.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mina-sidor-fa/src/environments/active-features.ts b/apps/mina-sidor-fa/src/environments/active-features.ts index 953f251..18c9646 100644 --- a/apps/mina-sidor-fa/src/environments/active-features.ts +++ b/apps/mina-sidor-fa/src/environments/active-features.ts @@ -19,6 +19,7 @@ export const ACTIVE_FEATURES_TEST: Feature[] = [ Feature.DELTAGARE, Feature.AVROP, Feature.REPORTING, + Feature.LOGGING, Feature.SENSITIVE_INFORMATION, Feature.RELEASES, Feature.VERSION_INFO,