# This message logger logs to a file <MessageLog FILE> Identifier myauthlogger Format text #Encoding hex Filename %L/messagelog-%0-%1 </MessageLog>
%L/messagelog
. %0
is replaced by the protocol.
%1
is replaced by the log format value.
%2
is replaced by the encoding.
# Example file name: messagelog-radius-text-hex Filename %L/messagelog-%0-%1-%2
text
and
text2pcap
. Unknown values default to
text
, which is also the default value.
Format
value supports format specifiers, such as
%{GlobalVar:name}
, which are evaluated when the
configuration is loaded.# Prepare for possible conversion to pcap format Format text2pcap
none
and hex
.
Unknown values default to none
, which is also the default
value. Encoding
value supports format specifiers,
such as %{GlobalVar:name}
, which are evaluated when
the configuration is loaded.# Might be useful if using a binary Format Encoding hex