Hi Cédric,
Yes, you can log the TLS protocol used by configuring it in the "request-log-format".
This is the format we use:
request-log-format = %{host}i %h %l %u [%t] "%r" %s %b "%{referer}i" "%{user-agent}i" %T "%F" "%{tagvalue_user_session_id}C" "%{AZN_CRED_QOP_INFO}C"
The TLS protocol is logged with the statement "%{AZN_CRED_QOP_INFO}C", which logs the value from the credential.
From the doc:
# %{attribute}C:
# Attribute from the TAM credential named 'Attribute'
------------------------------
Laurent LA Asselborn
------------------------------