Hi, with locale.module enabled and Path prefix language code i.e. 'en' and 'fr', adding the following paths to Log requests on specific pages/All pages except those listed does not stop admin pages from being logged.
admin/*
en/admin/*
fr/admin/*Hi, with locale.module enabled and Path prefix language code i.e. 'en' and 'fr', adding the following paths to Log requests on specific pages/All pages except those listed does not stop admin pages from being logged.
admin/*
en/admin/*
fr/admin/*
Comments
Comment #2
bisonbleu commentedBetter summary
Comment #3
bisonbleu commentedJust tried this on SimplyTest.me with 7.x-1.3 and all works as designed i.e. restrictions are applied.
In my local installation, I was using 7.x-1.3+6-dev. Reverting to 7.x-1.3 fixes this issue.