From 6dbc8575082f79c770f939a3bef877bea8731d8e Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Thu, 17 May 2018 09:30:29 -0500 Subject: [PATCH] lookup table reload: log level from error to info Based on discussion, the error level is being adjusted to reflect that the action (reloading the lookup table) is normal/expected and not an actual error condition. refs rsyslog/rsyslog#2713 --- runtime/lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/lookup.c b/runtime/lookup.c index c1ebe1a18f..6f7cd064cf 100644 --- a/runtime/lookup.c +++ b/runtime/lookup.c @@ -738,7 +738,7 @@ lookupReloadOrStub(lookup_ref_t *pThis, const uchar* stub_val) { lookupDestruct(newlu); } else { if (stub_val == NULL) { - LogError(0, RS_RET_OK, "lookup table '%s' reloaded from file '%s'", + LogMsg(0, RS_RET_OK, LOG_INFO, "lookup table '%s' reloaded from file '%s'", pThis->name, pThis->filename); } else { LogError(0, RS_RET_OK, "lookup table '%s' stubbed with value '%s'",