From 87143823d41a7ad333daad784fc0a287b9325b00 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 3 Jul 2022 13:54:35 +0200 Subject: [PATCH] Change emoji --- src/great_ai/great_ai/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/great_ai/great_ai/context.py b/src/great_ai/great_ai/context.py index c7a4c2f..1209299 100644 --- a/src/great_ai/great_ai/context.py +++ b/src/great_ai/great_ai/context.py @@ -103,7 +103,7 @@ def configure( logger.info("Settings: configured ✅") for k, v in get_context().to_flat_dict().items(): - logger.info(f" ⚙️ {k}: {v}") + logger.info(f" 🔩 {k}: {v}") if not is_production and not disable_se4ml_banner: logger.warning(