Enable access log in gitea
This will write an NCSA style access.log file to the logs volume. This will let us see user agents, etc, to aid in troubleshooting. Change-Id: I64457f631861768928038676545067b80ef7a122
This commit is contained in:
parent
794799d4ae
commit
5b3d38d4d7
@ -51,6 +51,7 @@ PATH = /data/gitea/attachments
|
|||||||
[log]
|
[log]
|
||||||
ROOT_PATH = /logs
|
ROOT_PATH = /logs
|
||||||
LEVEL = Info
|
LEVEL = Info
|
||||||
|
ENABLE_ACCESS_LOG = true
|
||||||
|
|
||||||
[security]
|
[security]
|
||||||
INSTALL_LOCK = true
|
INSTALL_LOCK = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user