mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #405] Unrecognized log level warning #229
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#229
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?
Originally created by @cwchristerw on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/405
After upgrading to latest release I have multiple error entries due to
Could not set up logging: unrecognized level: "warning". I suspect that this was caused due to changes in Refactoring (https://github.com/acme-dns/acme-dns/pull/325) PR changingChanged logging to use zap.Logger. I have tested instead ofwarning, you should usewarn. There needs to be release that will update this value in config or separate code which keeps supporting this old value.Also updating example config needs to reflect available options.