Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: fix compatibility with latest caddy #32

Merged
merged 1 commit into from
Jul 7, 2023
Merged

bug: fix compatibility with latest caddy #32

merged 1 commit into from
Jul 7, 2023

Conversation

mohammed90
Copy link
Member

Caddy v2.7.0-beta introduces the ability to customize the sink logs. This comes at the cost of changing the way Go structs are initialized. This change updates our Caddy plugin to be compatible with the latest changes.

Fixes #31

Caddy v2.7.0-beta introduces the ability to customize the sink logs. This comes at the cost of changing the way Go structs are initialized. This change updates our Caddy plugin to be compatible with the latest changes.

Fixes #31
@mohammed90 mohammed90 added the bug Something isn't working label Jul 7, 2023
@mohammed90 mohammed90 requested a review from mholt July 7, 2023 17:04
@mholt
Copy link
Member

mholt commented Jul 7, 2023

LGTM.

(To clarify for others, this is the only external use of this config that we are aware of.)

@mohammed90 mohammed90 merged commit e1190e7 into master Jul 7, 2023
@mohammed90 mohammed90 deleted the fix-log branch July 7, 2023 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants