13 Jun
2017
13 Jun
'17
1:23 a.m.
Hi all, I'm trying to work out why my permission_denied_page_handler isn't working in Dancer2::Plugin::Auth::Extensible. However, as a separate problem I get none of DPAE's logging messages. If I write: app->log(core => "Testing 1..2..3.."); in my app, this message doesn't appear anywhere in my log files. Where should it be going/appearing? Note that this is true whether I use 'logger: File' or 'logger: LogReport' thanks, Nathan PS: Pertinent to the original problem, if I dump app, I can see that permission_denied_page_handler *has* been set to MyApp::permission_denied_page_handler but the subroutine in MyApp.pm never gets called.