From 41cce6259709d450b3c6c310cedd9610f4f82a69 Mon Sep 17 00:00:00 2001 From: Stanislav Chzhen Date: Mon, 14 Oct 2024 18:14:09 +0300 Subject: [PATCH] Pull request 2292: 7338-stats-log-msg Updates #7338. Squashed commit of the following: commit a3ff2af22113d5d31f29f6626fb5b1897ca0d7b3 Merge: 9558de14e 5b45f6d50 Author: Stanislav Chzhen Date: Mon Oct 14 17:48:26 2024 +0300 Merge branch 'master' into 7338-stats-log-msg commit 9558de14ef7786cd37481fd13975b3c469c98083 Author: Stanislav Chzhen Date: Mon Oct 14 14:11:13 2024 +0300 all: imp stats log msg --- CHANGELOG.md | 2 ++ internal/stats/stats.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771bb207..e2c11b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- Repetitive statistics log messages ([#7338]). - Custom client cache ([#7250]). - Missing runtime clients with information from the system hosts file on first AdGuard Home start ([#7315]). @@ -38,6 +39,7 @@ NOTE: Add new changes BELOW THIS COMMENT. [#6818]: https://github.com/AdguardTeam/AdGuardHome/issues/6818 [#7250]: https://github.com/AdguardTeam/AdGuardHome/issues/7250 [#7315]: https://github.com/AdguardTeam/AdGuardHome/issues/7315 +[#7338]: https://github.com/AdguardTeam/AdGuardHome/issues/7338