aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.rootless
diff options
context:
space:
mode:
authorGary Moon <garymoon@users.noreply.github.com>2023-04-13 09:14:06 -0400
committerGitHub <noreply@github.com>2023-04-13 21:14:06 +0800
commit29194a9dd6f5d8a98096a4a01c33d9be89616ed7 (patch)
tree7a86b688677d61be3f0cec004d0078096193fd7a /Dockerfile.rootless
parent2b749af50508a28c7088e7d76132c27f96a45789 (diff)
downloadgitea-29194a9dd6f5d8a98096a4a01c33d9be89616ed7.tar.gz
gitea-29194a9dd6f5d8a98096a4a01c33d9be89616ed7.zip
Correct the access log format (#24085)
The default access log format has been unnecessarily escaped, leading to spurious backslashes appearing in log lines. Additionally, the `RemoteAddr` field includes the port, which breaks most log parsers attempting to process it. I've added a call to `net.SplitHostPort()` attempting to isolate the address alone, with a fallback to the original address if it errs. Signed-off-by: Gary Moon <gary@garymoon.net>
Diffstat (limited to 'Dockerfile.rootless')
0 files changed, 0 insertions, 0 deletions