[PR #248] Feature: logging to file & additional minor #354

Open
opened 2026-03-13 16:19:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/248
Author: @zufardhiyaulhaq
Created: 12/5/2020
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 164bef6 add logging to file feature

📊 Changes

4 files changed (+132 additions, -23 deletions)

View changed files

Dockerfile.development (+23 -0)
📝 main.go (+5 -3)
📝 util.go (+59 -5)
📝 util_test.go (+45 -15)

📄 Description

This PR adding a logging to file feature. another additional minor like:

  • adding Dockerfile.development for development purpose
  • applying logging configuration to HTTP logger

Testing in staging environment with image zufardhiyaulhaq/acme-dns:master.

JSON logs example:
image

Text log example:
image


🔄 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/acme-dns/acme-dns/pull/248 **Author:** [@zufardhiyaulhaq](https://github.com/zufardhiyaulhaq) **Created:** 12/5/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`164bef6`](https://github.com/acme-dns/acme-dns/commit/164bef63cc8996e64d6631e6ff984e0854c5d9fb) add logging to file feature ### 📊 Changes **4 files changed** (+132 additions, -23 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile.development` (+23 -0) 📝 `main.go` (+5 -3) 📝 `util.go` (+59 -5) 📝 `util_test.go` (+45 -15) </details> ### 📄 Description This PR adding a logging to file feature. another additional minor like: - adding Dockerfile.development for development purpose - applying logging configuration to HTTP logger Testing in staging environment with image `zufardhiyaulhaq/acme-dns:master`. JSON logs example: <img width="1127" alt="image" src="https://user-images.githubusercontent.com/11990726/101227340-15162a80-36ca-11eb-9960-71361a19477f.png"> Text log example: <img width="1084" alt="image" src="https://user-images.githubusercontent.com/11990726/101227389-3c6cf780-36ca-11eb-8309-2a6c6bf25ab7.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/acme-dns#354
No description provided.