From 6e7dfa0df6b102219817e26095f2ba636cd9288c Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Thu, 30 Jun 2016 22:27:28 +0100 Subject: Configurable logfile location --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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". -- cgit v1.2.3