e5c014
From 85040eb19b9405464b01a7e67eb6769d2a03c611 Mon Sep 17 00:00:00 2001
e5c014
From: Ken Gaillot <kgaillot@redhat.com>
e5c014
Date: Fri, 19 Jun 2020 17:49:22 -0500
e5c014
Subject: [PATCH] Doc: sysconfig: remove outdated reference to wildcards in
e5c014
 PCMK_trace_files
e5c014
e5c014
Wildcards stopped working when the log filtering implementation changed in
e5c014
1.1.8 to support PCMK_trace_tags. It's not worth the effort to fix at this
e5c014
point, so just update the comment in the sysconfig file.
e5c014
---
e5c014
 daemons/pacemakerd/pacemaker.sysconfig | 5 ++---
e5c014
 1 file changed, 2 insertions(+), 3 deletions(-)
e5c014
e5c014
diff --git a/daemons/pacemakerd/pacemaker.sysconfig b/daemons/pacemakerd/pacemaker.sysconfig
e5c014
index c7745d8..e4a5c4d 100644
e5c014
--- a/daemons/pacemakerd/pacemaker.sysconfig
e5c014
+++ b/daemons/pacemakerd/pacemaker.sysconfig
e5c014
@@ -34,9 +34,8 @@
e5c014
 # Log all messages from a comma-separated list of functions.
e5c014
 # PCMK_trace_functions=function1,function2,function3
e5c014
 
e5c014
-# Log all messages from a comma-separated list of files (no path).
e5c014
-# Wildcards are supported, e.g. PCMK_trace_files=prefix*.c
e5c014
-# PCMK_trace_files=file.c,other.h
e5c014
+# Log all messages from a comma-separated list of file names (without path).
e5c014
+# PCMK_trace_files=file1.c,file2.c
e5c014
 
e5c014
 # Log all messages matching comma-separated list of formats.
e5c014
 # PCMK_trace_formats="Sent delete %d"
e5c014
-- 
e5c014
1.8.3.1
e5c014