help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: [Help-gnu-radius] I don't want any log info


From: Sergey Poznyakoff
Subject: Re: AW: [Help-gnu-radius] I don't want any log info
Date: Mon, 11 Aug 2003 10:22:25 +0300

> it's more a question, but afaik one can set the log-dir in the config
> file. What would happen if one would set it to /dev/null? Would that
> cause what tu wants or would it prevent radiusd from running?

Sure, it is possible to set output file to /dev/null, e.g.:

logging {
        channel default {
                file "/dev/null";
        };
        category * {
                channel default;
        };
};

However, I still would suggest to log at least the category `error'.

Regards,
Sergey





reply via email to

[Prev in Thread] Current Thread [Next in Thread]