Skip to content

Commit

Permalink
Cassandra queries.conf: Increase post-auth logging precision
Browse files Browse the repository at this point in the history
Timestamps are stored with millisecond precision.
  • Loading branch information
terryburton authored and alandekok committed Aug 23, 2019
1 parent a4d6248 commit 72b40e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raddb/mods-config/sql/main/cassandra/queries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -345,5 +345,5 @@ post-auth {
'%{SQL-User-Name}', \
'%{%{User-Password}:-%{Chap-Password}}', \
'%{reply:Packet-Type}', \
'%S')"
'%{expr:%l * 1000 + %M / 1000}')"
}

0 comments on commit 72b40e3

Please sign in to comment.