Skip to content

Commit

Permalink
refactor: change JettyInjector logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
radstevee committed Dec 12, 2024
1 parent efcb20b commit 483353e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
* @author Olivoz
*/
public class JettyInjector extends Injector {

private final Logger logger = LoggerFactory.getLogger("JavalinInjector " + this.hashCode());
private final Logger logger = LoggerFactory.getLogger("JettyInjector " + this.hashCode());
private final LocalConnector connector;

/**
Expand Down

0 comments on commit 483353e

Please sign in to comment.