mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #355] [MERGED] Log level fix #442
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#442
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:log-level-fix📝 Commits (10+)
9ad118erespecting log level27522fbrespecting log level03c3388configuring file rolling807797fconfiguring444044eclearing34a9f50disabling logs02de15fAdjusting artifact manipulateb3b5aa1Fixing tests4e4ecbaset max log sizeaf4bc1dincluding logback resources📊 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.