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