23 Jan
2019
23 Jan
'19
1:27 a.m.
On Sun, Jan 20, 2019 at 11:24 PM Fekete Tamás <fektom@gmail.com> wrote:
I want to log debug information only about one user with using radmin, but I experience two problems in the expected behaviour of this tool. When I set up radmin with the following options:
debug level 4 debug condition '(User-Name == "bob")' debug file bob.log
Don't set the debug level in radmin. It changes the debug level server-wide and doesn't do what you think it should (it's not documented well in the current man page). Just set the condition and the file and you'll be good to go. - Michael