I am trying to build a servlet filter plugin to intercept rest api calls to my bitbucket instance.
It appears my filter is getting invoked but i cant find any logs even though i have added some in my filter impl class. Any help is greatly appreciated.
I was hoping to find these logs in atlassian-bitbucket.log
Logger log LoggerFactory.getLogger(application.class)
log.info ("SCMINtegratorImpl filter initialized")