Re: [RFC PATCH v3 1/5] ndctl: nvdimmd: add LOG_NOTICE level to

2018-02-11 Thread Dan Williams
On Sun, Feb 11, 2018 at 12:18 PM, Dan Williams wrote: > On Fri, Feb 9, 2018 at 12:02 AM, QI Fuli wrote: >> This patch adds LOG_NOTICE level to log_priority for the notifications >> of nvdimm dimm over threshold event. Currently, the LOG_INFO

Re: [RFC PATCH v3 1/5] ndctl: nvdimmd: add LOG_NOTICE level to

2018-02-11 Thread Dan Williams
On Fri, Feb 9, 2018 at 12:02 AM, QI Fuli wrote: > This patch adds LOG_NOTICE level to log_priority for the notifications > of nvdimm dimm over threshold event. Currently, the LOG_INFO level > is too low, and the notifications are not up to LOG_ERROR level. > Looks good,

[RFC PATCH v3 1/5] ndctl: nvdimmd: add LOG_NOTICE level to

2018-02-09 Thread QI Fuli
This patch adds LOG_NOTICE level to log_priority for the notifications of nvdimm dimm over threshold event. Currently, the LOG_INFO level is too low, and the notifications are not up to LOG_ERROR level. Signed-off-by: QI Fuli --- util/log.c | 2 ++ util/log.h | 3 +++ 2