Changes between Initial Version and Version 1 of Ticket #2332, comment 1
- Timestamp:
- 03/08/23 16:45:10 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2332, comment 1
initial v1 4 4 {{{#!nginx 5 5 # Add spaces to mirror horizontal placement of error log's connection serial number 6 log_format requestid '$time_iso8601 [error]*$connection $request_id';6 log_format requestid '$time_iso8601 *$connection $request_id'; 7 7 8 8 server { … … 25 25 {{{ 26 26 2023/03/08 09:30:43 [error] 45212#4292110: *60 open() "/usr/local/nginx/html/fail" failed (2: No such file or directory), client: 127.0.0.1, server: , request: "GET /fail HTTP/2.0", host: "localhost" 27 2023-03-08T09:30:43-07:00 [error]*60 7d8ea5ebd7f3d39d844a24f5ab1fa53527 2023-03-08T09:30:43-07:00 *60 7d8ea5ebd7f3d39d844a24f5ab1fa535 28 28 }}}