Radius.log and date format
Hi, is there a way to customize date format of radius.log file like for linelog module. For example for Info/Warning messages like this: Wed Jul 29 16:07:44 2015 : Info: Loaded virtual server <default> use an output like %S option: 2015-07-29 16:07:44 : Info: Loaded virtual server <default> Thanks in advance Geaaru
Geaaru, you can use the 'linelog' and customize as you want. the list of One-character variables could be found in https://github.com/FreeRADIUS/www.freeradius.org/blob/master/radiusd/doc/var... -- Jorge Pereira On Wed, Jul 29, 2015 at 11:24 AM, Geaaru <geaaru@gmail.com> wrote:
Hi,
is there a way to customize date format of radius.log file like for linelog module.
For example for Info/Warning messages like this:
Wed Jul 29 16:07:44 2015 : Info: Loaded virtual server <default>
use an output like %S option:
2015-07-29 16:07:44 : Info: Loaded virtual server <default>
Thanks in advance
Geaaru
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
Hi guys, thanks for reply. My question is not related with linelog module, I already customize linelog module. But if I want maintain only a single file and I set filename = ${logdir}/radius.log inside linelog sections to use same radius default logging file and on my log of linelog module I used %S then I have two different messages format: a) format customize from linelog (with timestamp in %S format like 2015-07-29 16:07:44) b) default log format of radius daemon (with format Wed Jul 29 16:07:44 2015). Is this log message related with radlog c function (or macro ERROR, DEBUG, ecc.) or with a customizable log module or always related with linelog module? Thanks again. Geaaru 2015-07-29 18:47 GMT+02:00 Jorge Pereira <jpereiran@gmail.com>:
Geaaru,
you can use the 'linelog' and customize as you want. the list of One-character variables could be found in https://github.com/FreeRADIUS/www.freeradius.org/blob/master/radiusd/doc/var...
-- Jorge Pereira
On Wed, Jul 29, 2015 at 11:24 AM, Geaaru <geaaru@gmail.com> wrote:
Hi,
is there a way to customize date format of radius.log file like for linelog module.
For example for Info/Warning messages like this:
Wed Jul 29 16:07:44 2015 : Info: Loaded virtual server <default>
use an output like %S option:
2015-07-29 16:07:44 : Info: Loaded virtual server <default>
Thanks in advance
Geaaru
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
-- -- -- Geaaru
On Jul 30, 2015, at 11:21 AM, Geaaru <geaaru@gmail.com> wrote:
b) default log format of radius daemon (with format Wed Jul 29 16:07:44 2015). Is this log message related with radlog c function (or macro ERROR, DEBUG, ecc.) or with a customizable log module or always related with linelog module?
It's not customizable. Alan DeKok.
Hi,
b) default log format of radius daemon (with format Wed Jul 29 16:07:44 2015). Is this log message related with radlog c function (or macro ERROR, DEBUG, ecc.) or with a customizable log module or always related with linelog module?
linelog = customisable in config default log = not (*) (*) customise it by editing the C code to make it the way you want it to be alan
participants (4)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Geaaru -
Jorge Pereira