From 5b0380863eb3dc13437b192d87389aa9350223da Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 12 Apr 2019 17:17:10 +0200 Subject: [PATCH] update example config --- config/config.example.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.example.js b/config/config.example.js index 6aaec1426..d76a162ec 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -278,7 +278,7 @@ module.exports = { blobStagingPath: './blobstage', /* CryptPad supports logging events directly to the disk in a 'logs' directory - * Set its location here, or set it to false if you'd rather not log + * Set its location here, or set it to false (or nothing) if you'd rather not log */ logPath: './data/logs', @@ -294,7 +294,7 @@ module.exports = { /* CryptPad can be configured to log more or less * the various settings are listed below by order of importance * - * silly, debug, verbose, feedback, info, warn, error + * silly, verbose, debug, feedback, info, warn, error * * Choose the least important level of logging you wish to see. * For example, a 'silly' logLevel will display everything,