aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-06-30 22:27:28 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-06-30 22:27:28 +0100
commit6e7dfa0df6b102219817e26095f2ba636cd9288c (patch)
treebb3fa51b68e412bd5e16f579e1ea2987cfb07a87 /README.md
parente9d53ad6be24fd509fa3c735ad2ff0dfa2203bc8 (diff)
Configurable logfile location
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 356f4a4..0b5558c 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ Configuration is divided into different sections: `server`, `auth`, `ssh`, and `
- `tls_cert` : string. Path to the TLS cert.
- `port` : int. Port to listen on.
- `cookie_secret`: string. Authentication key for the session cookie.
+- `http_logfile`: string. Path to the HTTP request log. Logs are written in the [Common Log Format](https://en.wikipedia.org/wiki/Common_Log_Format). If not set logs are written to stderr.
### auth
- `provider` : string. Name of the oauth provider. At present the only valid value is "google".