I find the structure of the JSON config docs very confusing, but I found an example of the Caddyfile log directive and edited the JSON afterwards to add "level": "DEBUG"
to the log0
entry of the logs config… unfortunately, it’s still only giving me errors in the logfile, not “successful” requests, so I’m not getting very useful data. How might I get it to output full debug-level logs including successful (e.g. status 200) requests?