<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    How can I customize the logs of the radius_cdr module?<br>
    <br>
    This is how it logs:<br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <pre style="font-family: monospace, Courier; padding: 1em; border: 1px dashed rgb(47, 111, 171); color: rgb(0, 0, 0); line-height: 1.3em; font-size: 12.8000001907349px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(249, 249, 249);">Acct-Status-Type = Stop
       Acct-Session-Id = "d734ff5e-bf04-4045-8cb3-f5744574808b"
       Freeswitch-Hangupcause = Normal-Clearing
       Freeswitch-Src = "8478797989"
       Freeswitch-CLID = "Chris Parker"
       Freeswitch-Dst = "888"
       Freeswitch-Dialplan = "XML"
       Freeswitch-Lastapp = "bridge"
       Freeswitch-Billusec = 21460442
       NAS-Port = 0
       Acct-Delay-Time = 0
       NAS-IP-Address = 127.0.0.1
       Client-IP-Address = 127.0.0.1
       Acct-Unique-Session-Id = "4b7754541b5902fa"
       Timestamp = 1181309011</pre>
    <br>
    I would like that to see in the log just this:<br>
    <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <pre style="font-family: monospace, Courier; padding: 1em; border: 1px dashed rgb(47, 111, 171); color: rgb(0, 0, 0); line-height: 1.3em; font-size: 12.8000001907349px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(249, 249, 249);">Acct-Status-Type = Stop
       Freeswitch-Hangupcause = Normal-Clearing
       Freeswitch-Src = "8478797989"
       Freeswitch-Dst = "888"1
       Timestamp = 1181309011</pre>
    <br>
    Is there a way to do that?<br>
  </body>
</html>