Hi, I try to print the response header Set-Cookie to log by: header_filter_by_lua_block { ngx.log(ngx.WARN, "Set-Cookie %s", ngx.resp.get_headers()['Set-Cookie'] or "None") } But I get nothing in access.log or error.log. Thanks