配置Caddy输出JSON格式日志

编辑Caddyfile

xxx.com {

    log {

        output file /var/log/caddy.log

        format json

    }

}

你可能感兴趣的:(linux,nginx,http,https)