From 04035857368d02ee80f2dc5b7d322ef757e0fe15 Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 2 Oct 2023 02:11:26 +0000 Subject: [PATCH] add logging option to example config --- config/example.default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/example.default.json b/config/example.default.json index 0a221a9..ca766dd 100644 --- a/config/example.default.json +++ b/config/example.default.json @@ -41,6 +41,7 @@ "default_amount": "5" }, "misc": { - "display_help_logo": "true" + "display_help_logo": "true", + "logging": "true" } } \ No newline at end of file