From 224512b9e62c886fd8d9802bc50a7702c4fe4517 Mon Sep 17 00:00:00 2001 From: Pierguido Lambri Date: Fri, 30 Jan 2026 14:11:27 +0000 Subject: [PATCH 2/3] docs: Enable debug logs Documented a new option '-d' to enable debug logs. By default only error logs are enabled, with this new option debug logs can be enabled when needed. Signed-off-by: Pierguido Lambri Reviewed-by: Paulo Alcantara (Red Hat) --- cifs.upcall.rst.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cifs.upcall.rst.in b/cifs.upcall.rst.in index 09d0503591d6..895efc53ef50 100644 --- a/cifs.upcall.rst.in +++ b/cifs.upcall.rst.in @@ -11,7 +11,7 @@ Userspace upcall helper for Common Internet File System (CIFS) SYNOPSIS ******** - cifs.upcall [--trust-dns|-t] [--version|-v] [--legacy-uid|-l] + cifs.upcall [--trust-dns|-t] [--version|-v] [--legacy-uid|-l] [--debug|-d] [--krb5conf=/path/to/krb5.conf|-k /path/to/krb5.conf] [--keytab=/path/to/keytab|-K /path/to/keytab] [--expire|-e nsecs] {keyid} @@ -38,6 +38,9 @@ OPTIONS -c This option is deprecated and is currently ignored. +--debug|-d + Enable debug logs. By default no debug messages are logged, only errors. + --no-env-probe|-E Normally, ``cifs.upcall`` will probe the environment variable space of the process that initiated the upcall in order to fetch the value of -- 2.52.0