14 Mar
2022
14 Mar
'22
11:54 a.m.
On Mar 14, 2022, at 11:23 AM, Matteo Sgalaberni <sgala@sgala.com> wrote:
I'm struggling by configuring the accounting for logs of module sqlippool (messages exists/success/clear/failed/nopool) (freeradius 3.x). I would like to have these logs directed to my stdout as I'm using freeradius into a docker container and also the main logs of freeradius are directed to stdout.
I found a way to log them via linelog but I need the logs to be directed to stdout. The module linelog does not support it ;(
linelog { ... filename = /dev/stdout ... } :) Alan DeKok.