15 Apr
2020
15 Apr
'20
3:51 p.m.
On Apr 15, 2020, at 3:25 PM, Doug Wussler <doug.wussler@fsu.edu> wrote:
My debug output always includes Status-Server requests, even though I restrict the debug output by using a condition, e.g., radmin; debug condition 'User-Name =~ /^Bob/' or, raddebug -u Bob.
Is this something I have misconfigured, or, is there a way to exclude it? The requests are made every minute and it's an annoyance to filter it out while working on a debug.
Which version of the server is this? From what I can see, it should only do debugging when the debug condition matches. I'm not sure why it's also doing that for Status-Server. There's nothing in the code which specifically enables debugging doe Status-Server. Alan DeKok.