From: Martin Wilck <mwilck@suse.com>
To: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: dm-devel@redhat.com, Martin Wilck <mwilck@suse.com>
Subject: [PATCH 3/4] multipathd: decrease log level of waiter thread start/stop msgs
Date: Wed, 4 Apr 2018 18:21:59 +0200 [thread overview]
Message-ID: <20180404162200.6518-4-mwilck@suse.com> (raw)
In-Reply-To: <20180404162200.6518-1-mwilck@suse.com>
These rather unimportant messages account for a large portion
of multipathd's log messages with the default verbosity level (2).
Signed-off-by: Martin Wilck <mwilck@suse.com>
---
multipathd/waiter.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/multipathd/waiter.c b/multipathd/waiter.c
index 595c69a..6c896f7 100644
--- a/multipathd/waiter.c
+++ b/multipathd/waiter.c
@@ -62,7 +62,7 @@ void stop_waiter_thread (struct multipath *mpp, struct vectors *vecs)
if (pthread_equal(mpp->waiter, pthread_self()))
return;
- condlog(2, "%s: stop event checker thread (%lu)", mpp->alias,
+ condlog(3, "%s: stop event checker thread (%lu)", mpp->alias,
mpp->waiter);
thread = mpp->waiter;
mpp->waiter = (pthread_t)0;
@@ -219,7 +219,7 @@ int start_waiter_thread (struct multipath *mpp, struct vectors *vecs)
goto out1;
}
mpp->waiter = wp->thread;
- condlog(2, "%s: event checker started", wp->mapname);
+ condlog(3, "%s: event checker started", wp->mapname);
return 0;
out1:
--
2.16.1
next prev parent reply other threads:[~2018-04-04 16:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-04 16:21 [PATCH 0/4] multipathd: decrease log verbosity Martin Wilck
2018-04-04 16:21 ` [PATCH 1/4] multipathd: decrease log level of "spurious uevent" message Martin Wilck
2018-04-04 16:21 ` [PATCH 2/4] libmultipath: decrease log level of uevent filter/merge messages Martin Wilck
2018-04-04 16:21 ` Martin Wilck [this message]
2018-04-04 16:22 ` [PATCH 4/4] libmpathpersist: decrease log level of various messages Martin Wilck
2018-04-12 19:51 ` [PATCH 0/4] multipathd: decrease log verbosity Benjamin Marzinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180404162200.6518-4-mwilck@suse.com \
--to=mwilck@suse.com \
--cc=christophe.varoqui@opensvc.com \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox