From 5722c6f1271fd4f53cd8ca27ba4ff7589d6f96c1 Mon Sep 17 00:00:00 2001 From: Aram Date: Wed, 6 Nov 2024 11:43:41 +0100 Subject: [PATCH] Update BlueLibConstants.java Disabled the logging --- common/src/main/java/software/bluelib/BlueLibConstants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/software/bluelib/BlueLibConstants.java b/common/src/main/java/software/bluelib/BlueLibConstants.java index 3884cf18..8742a2ae 100644 --- a/common/src/main/java/software/bluelib/BlueLibConstants.java +++ b/common/src/main/java/software/bluelib/BlueLibConstants.java @@ -75,14 +75,14 @@ private BlueLibConstants() { * * @since 1.0.0 */ - public static final Boolean isExampleEnabled = true; + public static final Boolean isExampleEnabled = false; /** TODO: Always have on False when pushing to production * A {@link Boolean} to enable or disable BlueLib specific logging. * * @since 1.0.0 */ - public static boolean isBlueLibLoggingEnabled = true; + public static boolean isBlueLibLoggingEnabled = false; /** * A {@link Boolean} to enable or disable general logging.