Skip to content

Commit 75cc96b

Browse files
committed
libzmqutil: log successful auth at DEBUG level
Problem: successful authentication is logged at INFO level, but these message are routine and usually followed by an "accepting connection" message when a peer connects. Drop the log level to DEBUG.
1 parent 2d14a4c commit 75cc96b

File tree

1 file changed

+1
-1
lines changed
  • src/common/libzmqutil

1 file changed

+1
-1
lines changed

src/common/libzmqutil/zap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static void zap_cb (flux_reactor_t *r,
123123
status_text = "OK";
124124
user_id = pubkey;
125125
name = zcert_meta (cert, "name");
126-
log_level = LOG_INFO;
126+
log_level = LOG_DEBUG;
127127
}
128128
if (!name)
129129
name = "unknown";

0 commit comments

Comments
 (0)