From c76e30e90cf9f2dfc4fadf73ba7944f325ade81d Mon Sep 17 00:00:00 2001 From: "Roland C. Dowdeswell" Date: Thu, 21 Nov 2019 15:27:09 +0000 Subject: [PATCH] Document that log level 7 is for tracing. --- lib/krb5/krb5_openlog.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/krb5/krb5_openlog.3 b/lib/krb5/krb5_openlog.3 index 85599eed0..09de9d0c7 100644 --- a/lib/krb5/krb5_openlog.3 +++ b/lib/krb5/krb5_openlog.3 @@ -244,8 +244,13 @@ On the KDC, this includes malformed requests and requests that are out of policy. .It 3 Informational messages. -.It 4-9 +.It 4-6 Debugging messages with increasing obscurity as the level rises. +.It 7 +Tracing messages. +These messages may be high volume and are likely to impact +performance significantly. +Notably, tracing messages may be emitted whilst locks are held. .El .Sh EXAMPLES .Bd -literal -offset indent