mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
updated logging format
This commit is contained in:
parent
4187383f04
commit
20ede53942
@ -1,4 +1,4 @@
|
||||
log_format gradido_log '$http_x_forwarded_for - $remote_user [$time_local] '
|
||||
'"$request_method $scheme://$host$request_uri $server_protocol" '
|
||||
'$status $body_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" $request_time';
|
||||
log_format gradido_log '$remote_addr - $remote_user [$time_local] '
|
||||
'"$request_method $status $request_uri"'
|
||||
' "$http_referer" "$http_user_agent"'
|
||||
' $server_protocol $body_bytes_sent $request_time';
|
||||
Loading…
x
Reference in New Issue
Block a user