How can I log desec DNS plugin?

1. The problem I’m having:

Hi.
I am a begginer with Caddy. I successfully reverse-proxied my services so far with Caddyfiles.
Now I am trying to use the Desec plugin for automatic DNS records adding.

I built caddy using xcaddy in a Dockerfile, and configured it according to the readme.

There is no error appearing, but it does not seem to be working. I don’t see any new DNS record appearing on Desec.

How can I know what is happening ? How can I log what the Desec plugin is doing ? I did not need to get logs from Caddy until then, so I don’t know how to do that. I couldn’t find a direct answer on how to log for a plugin.

Could someone redirect me to an example to set that and find what is happening for that plugin ?

Thanks in advance for any answer.

2. Error messages and/or full log output:

There is no error message appearing.

3. Caddy version:

v2.9.1

4. How I installed and ran Caddy:

a. System environment:

Docker

b. Command:

PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.

c. Service/unit/compose file:

PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.

d. My complete Caddy config:

{
	acme_dns desec {
		token REDACTED
	}
}

5. Links to relevant resources:

What are you trying to do? Your Caddyfile doesn’t do anything, particularly doesn’t have any sites to serve.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.