mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-05 18:11:41 +00:00
Config option to disable logging web requests, to spare the log file.
This commit is contained in:
@@ -211,6 +211,10 @@ clublog-api-key: ""
|
||||
# Allow submitting spots to the Spothole API?
|
||||
allow-spotting: true
|
||||
|
||||
# Log web requests? Useful to see what your users are requesting in terms of pages and API endpoints, but will fill up
|
||||
# your log quickly on a popular server.
|
||||
log-web-requests: false
|
||||
|
||||
# Options for the web UI.
|
||||
web-ui-options:
|
||||
spot-count: [ 10, 25, 50, 100 ]
|
||||
|
||||
Reference in New Issue
Block a user