Skip to content

Commit

Permalink
[grid]: Limit visibility of NodeServer logger
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Feb 20, 2019
1 parent d1f3a30 commit 1da8973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
@AutoService(CliCommand.class)
public class NodeServer implements CliCommand {

public static final Logger LOG = Logger.getLogger(NodeServer.class.getName());
private static final Logger LOG = Logger.getLogger(NodeServer.class.getName());

@Override
public String getName() {
Expand Down

0 comments on commit 1da8973

Please sign in to comment.