Skip to content

Commit

Permalink
Merge pull request #209 from aldaris/pr-206
Browse files Browse the repository at this point in the history
Fix logger instance name #206
  • Loading branch information
MarcGiffing authored Oct 16, 2024
2 parents 09df539 + ccb1821 commit b3fdd68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
public class WicketBootSecuredWebApplication extends AuthenticatedWebApplication implements WicketBootWebApplication {

private final static Logger logger = LoggerFactory.getLogger(WicketBootStandardWebApplication.class);
private final static Logger logger = LoggerFactory.getLogger(WicketBootSecuredWebApplication.class);

@Autowired
private ApplicationContext applicationContext;
Expand Down

0 comments on commit b3fdd68

Please sign in to comment.