Skip to content

Commit 8d64ec0

Browse files
authored
Merge pull request #289 from krakend/fix_logging_verb
Remove "query" from custom access log examples
2 parents eaa1f8c + 219f0f8 commit 8d64ec0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

logging/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Or you could have a log that includes the JWT subject, the authorization header
187187
"syslog": false,
188188
"stdout": true,
189189
"access_log_format": "custom",
190-
"access_log_custom_format": "[AccessLog] %{prefix} %{time} | %{statusCode} | %{latencyMs} | %{clientIP} | %{method} %{scheme}://%{host}%{path}?%{query} %{query.bar} %{header.Authorization} %{jwt.sub}\n"
190+
"access_log_custom_format": "[AccessLog] %{prefix} %{time} | %{statusCode} | %{latencyMs} | %{clientIP} | %{method} %{scheme}://%{host}%{path} %{query.bar} %{header.Authorization} %{jwt.sub}\n"
191191
}
192192
}
193193
}

v2.10/logging/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Or you could have a log that includes the JWT subject, the authorization header
187187
"syslog": false,
188188
"stdout": true,
189189
"access_log_format": "custom",
190-
"access_log_custom_format": "[AccessLog] %{prefix} %{time} | %{statusCode} | %{latencyMs} | %{clientIP} | %{method} %{scheme}://%{host}%{path}?%{query} %{query.bar} %{header.Authorization} %{jwt.sub}\n"
190+
"access_log_custom_format": "[AccessLog] %{prefix} %{time} | %{statusCode} | %{latencyMs} | %{clientIP} | %{method} %{scheme}://%{host}%{path} %{query.bar} %{header.Authorization} %{jwt.sub}\n"
191191
}
192192
}
193193
}

v2.11/logging/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Or you could have a log that includes the JWT subject, the authorization header
187187
"syslog": false,
188188
"stdout": true,
189189
"access_log_format": "custom",
190-
"access_log_custom_format": "[AccessLog] %{prefix} %{time} | %{statusCode} | %{latencyMs} | %{clientIP} | %{method} %{scheme}://%{host}%{path}?%{query} %{query.bar} %{header.Authorization} %{jwt.sub}\n"
190+
"access_log_custom_format": "[AccessLog] %{prefix} %{time} | %{statusCode} | %{latencyMs} | %{clientIP} | %{method} %{scheme}://%{host}%{path} %{query.bar} %{header.Authorization} %{jwt.sub}\n"
191191
}
192192
}
193193
}

v2.8/logging/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Or you could have a log that includes the JWT subject, the authorization header
186186
"syslog": false,
187187
"stdout": true,
188188
"access_log_format": "custom",
189-
"access_log_custom_format": "[AccessLog] %{prefix} %{time} | %{statusCode} | %{latencyMs} | %{clientIP} | %{method} %{scheme}://%{host}%{path}?%{query} %{query.bar} %{header.Authorization} %{jwt.sub}\n"
189+
"access_log_custom_format": "[AccessLog] %{prefix} %{time} | %{statusCode} | %{latencyMs} | %{clientIP} | %{method} %{scheme}://%{host}%{path} %{query.bar} %{header.Authorization} %{jwt.sub}\n"
190190
}
191191
}
192192
}

v2.9/logging/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Or you could have a log that includes the JWT subject, the authorization header
186186
"syslog": false,
187187
"stdout": true,
188188
"access_log_format": "custom",
189-
"access_log_custom_format": "[AccessLog] %{prefix} %{time} | %{statusCode} | %{latencyMs} | %{clientIP} | %{method} %{scheme}://%{host}%{path}?%{query} %{query.bar} %{header.Authorization} %{jwt.sub}\n"
189+
"access_log_custom_format": "[AccessLog] %{prefix} %{time} | %{statusCode} | %{latencyMs} | %{clientIP} | %{method} %{scheme}://%{host}%{path} %{query.bar} %{header.Authorization} %{jwt.sub}\n"
190190
}
191191
}
192192
}

0 commit comments

Comments
 (0)