[PR #355] [MERGED] Log level fix #442

Closed
opened 2026-02-26 04:35:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/355
Author: @mageddo
Created: 3/12/2023
Status: Merged
Merged: 3/12/2023
Merged by: @mageddo

Base: masterHead: log-level-fix


📝 Commits (10+)

📊 Changes

11 files changed (+162 additions, -30 deletions)

View changed files

📝 Dockerfile.builder.linux-aarch64 (+1 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/App.java (+3 -3)
src/main/java/com/mageddo/dnsproxyserver/AppSettings.java (+31 -0)
📝 src/main/java/com/mageddo/dnsproxyserver/config/Configs.java (+5 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/LogLevel.java (+6 -0)
📝 src/main/java/com/mageddo/dnsproxyserver/quarkus/QuarkusConfig.java (+1 -19)
src/main/java/com/mageddo/logback/LogbackUtils.java (+51 -0)
📝 src/main/resources/META-INF/native-image/dps/native-image.properties (+1 -1)
📝 src/main/resources/META-INF/native-image/graal-generated/reflect-logback.json (+28 -0)
src/main/resources/logback-file.xml (+30 -0)
📝 src/test/java/com/mageddo/dnsproxyserver/AppSettingsTest.java (+5 -5)

📄 Description

Fixing log level configuring after quarkus removal


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/355 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 3/12/2023 **Status:** ✅ Merged **Merged:** 3/12/2023 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `log-level-fix` --- ### 📝 Commits (10+) - [`9ad118e`](https://github.com/mageddo/dns-proxy-server/commit/9ad118e1915e4bab632581b7b184c19dcc0282d9) respecting log level - [`27522fb`](https://github.com/mageddo/dns-proxy-server/commit/27522fb351f6cb0175c2165a1b9d806e55092b58) respecting log level - [`03c3388`](https://github.com/mageddo/dns-proxy-server/commit/03c3388dfcf5fc1d5e55630bdc0ae0f48f724fff) configuring file rolling - [`807797f`](https://github.com/mageddo/dns-proxy-server/commit/807797facf754e42acdeb73c3d438c81c311e2a8) configuring - [`444044e`](https://github.com/mageddo/dns-proxy-server/commit/444044e62a076a6dff103744c0be4039f90cde09) clearing - [`34a9f50`](https://github.com/mageddo/dns-proxy-server/commit/34a9f500fc4e485ff47d6e754cfd09c7ec28b91c) disabling logs - [`02de15f`](https://github.com/mageddo/dns-proxy-server/commit/02de15ff3588675f60f90ded8bbcf246e08cc547) Adjusting artifact manipulate - [`b3b5aa1`](https://github.com/mageddo/dns-proxy-server/commit/b3b5aa14178803d8a1a9c5279a190cc8b237fc8c) Fixing tests - [`4e4ecba`](https://github.com/mageddo/dns-proxy-server/commit/4e4ecba97a592984ab6629c62281f7b6ce1be97e) set max log size - [`af4bc1d`](https://github.com/mageddo/dns-proxy-server/commit/af4bc1dca593b95d122f5f2dc6fb7c3bde0760ed) including logback resources ### 📊 Changes **11 files changed** (+162 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile.builder.linux-aarch64` (+1 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/App.java` (+3 -3) ➕ `src/main/java/com/mageddo/dnsproxyserver/AppSettings.java` (+31 -0) 📝 `src/main/java/com/mageddo/dnsproxyserver/config/Configs.java` (+5 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/LogLevel.java` (+6 -0) 📝 `src/main/java/com/mageddo/dnsproxyserver/quarkus/QuarkusConfig.java` (+1 -19) ➕ `src/main/java/com/mageddo/logback/LogbackUtils.java` (+51 -0) 📝 `src/main/resources/META-INF/native-image/dps/native-image.properties` (+1 -1) 📝 `src/main/resources/META-INF/native-image/graal-generated/reflect-logback.json` (+28 -0) ➕ `src/main/resources/logback-file.xml` (+30 -0) 📝 `src/test/java/com/mageddo/dnsproxyserver/AppSettingsTest.java` (+5 -5) </details> ### 📄 Description Fixing log level configuring after quarkus removal --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#442
No description provided.