Changes between Initial Version and Version 1 of Ticket #2332, comment 1


Ignore:
Timestamp:
03/08/23 16:45:10 (14 months ago)
Author:
anthumchris@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2332, comment 1

    initial v1  
    44{{{#!nginx
    55# Add spaces to mirror horizontal placement of error log's connection serial number
    6 log_format requestid '$time_iso8601 [error]          *$connection $request_id';
     6log_format requestid '$time_iso8601                  *$connection $request_id';
    77
    88server {
     
    2525{{{
    26262023/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 7d8ea5ebd7f3d39d844a24f5ab1fa535
     272023-03-08T09:30:43-07:00                  *60 7d8ea5ebd7f3d39d844a24f5ab1fa535
    2828}}}