From 8db4abab865b47f0dea292ee37a235c4af546e05 Mon Sep 17 00:00:00 2001 From: Gautham Kuppuswamy Date: Mon, 8 Jul 2024 03:54:00 -0400 Subject: [PATCH] Correcting typo for CHANGELOG wrt PR #719 Signed-off-by: Gautham Kuppuswamy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 834d4e6e..93e0add0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to the ZSS package will be documented in this file. ## `2.18.0` -- Change log level for setting default value of 'httpRequestHeapMaxBlocks' to DEFAULT instead of INFO.(#719) +- Change log level for setting default value of 'httpRequestHeapMaxBlocks' to DEBUG instead of INFO.(#719) ## `2.17.0` - Code to configure the SLH block size of the http server through 'httpRequestHeapMaxBlocks' in the yaml.(#701)