17 Oct
2018
17 Oct
'18
8:14 a.m.
On Oct 17, 2018, at 7:57 AM, Enrico Polesel <epol.lists@gmail.com> wrote:
I found in the wiki (https://wiki.freeradius.org/config/Logging) that I may increase debug level with unlang using
update control { Tmp-String-0 = "%{debug:1}" }
I have two questions about that: 1. which levels are available? Which one is more verbose and which one is less verbose?
It's the same as '-x'. Count the 'x', and that's the debug level.
2. which level is equivalent (or similar) to the output of `freeradius -X`?
-X is "-sfxx", so 2. Alan DeKok.