Skip to content

Commit

Permalink
remove mistaknlly changed util logging
Browse files Browse the repository at this point in the history
Signed-off-by: avifenesh <aviarchi1994@gmail.com>
  • Loading branch information
avifenesh committed Sep 29, 2024
1 parent 6f8c2c3 commit a85c806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions java/client/src/main/java/glide/api/logging/Logger.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public enum Level {
WARN(1),
INFO(2),
DEBUG(3),
TRACE(4);
OFF(5)
TRACE(4),
OFF(5);

private final int level;

Expand Down
1 change: 0 additions & 1 deletion utils/cluster_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"warning": logging.WARNING,
"info": logging.INFO,
"debug": logging.DEBUG,
"off": logging.OFF,
}

GLIDE_HOME_DIR = os.getenv("GLIDE_HOME_DIR") or f"{__file__}/../.."
Expand Down

0 comments on commit a85c806

Please sign in to comment.