From 85e87b9c1d70164af7c3ecfbb6aebea66745e142 Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Mon, 14 Aug 2023 18:53:05 +0300 Subject: [PATCH] Pull request: 6093-log-conf Updates #6093. Squashed commit of the following: commit f3478b9ad30a025b2a4044ab4ca54517568c833d Author: Dimitry Kolyshev Date: Fri Aug 11 15:27:51 2023 +0300 home: imp code commit 07b51d83eb1491f33ef959406495f3154aadd774 Author: Dimitry Kolyshev Date: Fri Aug 11 15:18:00 2023 +0300 all: imp docs commit 4892c8673af738d9f1b2abd5b1da854f60439bcf Merge: 7cb376c95 c54635e8a Author: Dimitry Kolyshev Date: Fri Aug 11 13:57:02 2023 +0300 Merge remote-tracking branch 'origin/master' into 6093-log-conf commit 7cb376c953222437aba67120ab14f74341260b20 Author: Dimitry Kolyshev Date: Fri Aug 11 12:48:26 2023 +0300 all: docs commit 89f0d46bd99cebde234e56db6867fdf371d8191b Merge: 67c776763 94cf50a53 Author: Dimitry Kolyshev Date: Fri Aug 11 12:46:26 2023 +0300 Merge remote-tracking branch 'origin/master' into 6093-log-conf commit 67c7767631da510bcb05856a6556fb6aff172fda Author: Dimitry Kolyshev Date: Fri Aug 11 12:39:26 2023 +0300 home: log conf --- CHANGELOG.md | 2 + internal/home/config.go | 19 ------- internal/home/home.go | 79 ------------------------------ internal/home/log.go | 106 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 108 insertions(+), 98 deletions(-) create mode 100644 internal/home/log.go diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d58a69..adc57df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ In this release, the schema version has changed from 24 to 25. ### Fixed +- File log configuration, such as `max_size`, being ignored ([#6093]). - Panic on using a single-slash filtering rule. - Panic on shutting down while DNS requests are in process of filtering ([#5948]). @@ -72,6 +73,7 @@ In this release, the schema version has changed from 24 to 25. [#5948]: https://github.com/AdguardTeam/AdGuardHome/issues/5948 [#6020]: https://github.com/AdguardTeam/AdGuardHome/issues/6020 [#6053]: https://github.com/AdguardTeam/AdGuardHome/issues/6053 +[#6093]: https://github.com/AdguardTeam/AdGuardHome/issues/6093