Skip to content

Commit

Permalink
Use better logger name.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed May 2, 2018
1 parent e8c1473 commit 82479d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/casbin/jcasbin/util/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class Util {
public static boolean enableLog = true;

static Logger logger = Logger.getLogger("casbin");
static Logger logger = Logger.getLogger("org.casbin.jcasbin");

/**
* logPrint prints the log.
Expand Down

0 comments on commit 82479d8

Please sign in to comment.