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