Log Format

Error log format

Please note that all error log formats are the same.

Format: local_time [log_level] Process_id#Thread_id *Connection_id Module_name [language] file_name:line_number: function_name(): log_body, protocol client_address, server_address

Example: 2021/03/19 16:30:56 [error] 3393524#3393524: *934186 stream [lua] dns.lua:29: go(): rewrite phase failed: nil, udp client: 127.0.0.1, server: 0.0.0.0:53

DNS access log format

Format: Unix_timestamp: [local_time] remote_addr (client_subnet) DNS_query_type host [client_country] [client_province] [client_isp] [DNS_record]

Example: 1616140331576: [2021-03-19 15:52:11] 127.0.0.1 (127.0.0.1) A www.openresty.com [US] [California] [Verizon] [A: 127.0.0.1]