I’m switching to Caddy from nginx, and I’m trying to replicate its behaviour in many parts in order to keep my habits. One area where I’m not happy is access logs. Either single_field common_log, which is too little, or full json, which is difficult to read.
How could I get an access log output like the one with default nginx?
Note that replacing placeholders of not present values with - (or whatever string you want) is implemented in master’s latest commit, but not part of a released tag yet.