Skip to content

Commit

Permalink
Merge pull request #8754 from PasanT9/ac-log-430
Browse files Browse the repository at this point in the history
[4.3.0] Remove unsupported access log patterns
  • Loading branch information
ashera96 authored Nov 8, 2024
2 parents ac72662 + e141fbe commit abd84de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/docs/observe/api-manager/monitoring-http-access-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Follow the steps given below to enable access logs for the PassThrough or NIO tr
#access_log_pattern=%{X-Forwarded-For}i %h %l %u %t \”%r\” %s %b \”%{Referer}i\” \”%{User-Agent}i\”
# combinded log pattern
#access_log_pattern=%h %l %u %t \”%r\” %s %b \”%{Referer}i\” \”%{User-Agent}i\”
access_log_pattern=time=%t remoteHostname=%h localPort=%p localIP=%A requestMethod=%m requestURL=%U remoteIP=%a requestProtocol=%H HTTPStatusCode=%s queryString=%q
access_log_pattern=time=%t remoteHostname=%h localIP=%A requestMethod=%m requestURL=%U remoteIP=%a HTTPStatusCode=%s
# common log pattern
#access_log_pattern=%h %l %u %t \”%r\” %s %b
# file prefix
Expand Down

0 comments on commit abd84de

Please sign in to comment.