diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | includes/config.defaults.php | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -37,6 +37,12 @@ Copy the configuration **config.php.example** file to create a **config.php** file. It contains all the values (PHP variables) used to customize the looking glass. +## Documentation + +An up-to-date (hopefully) documentation is available in the **docs/** +directory. It gives enough details to setup the looking glass, to configure it +and to prepare your routers. + ## License Looking Glass is released under the terms of the GNU GPLv3. Please read the diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 4272bcc..038d661 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -28,7 +28,7 @@ $config = array( // Logs 'logs' => array( - // Logs file when commands will be written + // Logs file where commands will be written 'file' => '/var/log/looking-glass.log', // Format for each logged command (%D is for the time, %R is for the // requester IP address, %H is for the host and %C is for the command) |