On 14/03/2022 17:24, Matteo Sgalaberni wrote:
Can you help me also with the initial idea to bring the %{control:Module-Success-Message} of sqlippool into the standard logs?
I found several people with the same needs in lots of posts but I haven't found any solutions. All mailing lists threads finish with "use linelog". Does exists an alternative or not at all?
There's only limited ways of changing the standard logging (e.g. /var/log/radius/radius.log), though in the log{} section of radiusd.conf you can edit "msg_goodpass" and "msg_badpass", you might be able to add extra info there. "Use linelog"... that's what it's for - custom log messages. Another way to get stdout in Docker is to run something like rsyslogd configured to write to stdout, and then just syslog stuff. -- Matthew