Skip to content

Commit

Permalink
Update BlueLibConstants.java
Browse files Browse the repository at this point in the history
Disabled the logging
  • Loading branch information
MeAlam1 committed Nov 6, 2024
1 parent 7dc26be commit 5722c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/main/java/software/bluelib/BlueLibConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5722c6f

Please sign in to comment.