From a7a8e3f18e799e2024ebf3acac2abb7e0208dd48 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Sun, 26 Aug 2007 17:37:06 +0000 Subject: [PATCH] - change key FSCache persistence related messages severity from INFO to NOTICE so that they are always logged by default being very important state indicators. Those messages are only logged during cache init and fini phases and will not generate any noise. --- opends/src/messages/messages/extension.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties index 21b4c4e..3484c9b 100644 --- a/opends/src/messages/messages/extension.properties +++ b/opends/src/messages/messages/extension.properties @@ -1600,11 +1600,11 @@ SEVERE_WARN_FSCACHE_OFFLINE_STATE_FAIL_495=%s backend current offline state \ does not match persistent cache last recorded offline state. All cached data \ for this backend is now discarded -INFO_FSCACHE_RESTORE_PROGRESS_REPORT_496=Restored %d cache entries of %d \ +NOTICE_FSCACHE_RESTORE_PROGRESS_REPORT_496=Restored %d cache entries of %d \ total persistent cache entries found -INFO_FSCACHE_SAVE_PROGRESS_REPORT_497=Made persistent %d cache entries of %d \ +NOTICE_FSCACHE_SAVE_PROGRESS_REPORT_497=Made persistent %d cache entries of %d \ total cache entries found -INFO_FSCACHE_INDEX_NOT_FOUND_498=No previous persistent cache state can be \ +NOTICE_FSCACHE_INDEX_NOT_FOUND_498=No previous persistent cache state can be \ found. Starting with an empty cache SEVERE_ERR_FSCACHE_INDEX_IMPAIRED_499=The persistent cache index is \ inconsistent or damaged. Persistent cache will be flushed now -- Gitblit v1.10.0