I think you might need to look into “custom interception points”. I don’t recognize “preQBExecute”.
If your function doesn’t match a standard interception point name (like preProcess), then you have to tell Coldbox (via config file) that “x” (preQBExecute) is an interception to expect. In addition, though, you have to call it somehow. If it’s not a native interception point, then it wouldn’t be called.
Your .get() doesn’t automatically fire that, I wouldn’t think.
Hi, @David_Sedeno. I think we need some more information. I was able to coldbox create app, install qb, and set up the interceptor like you have above and I’m getting the log as expected.