Browse Source

update example config

master
ansuz 1 year ago
parent
commit
5b0380863e
1 changed files with 2 additions and 2 deletions
  1. 4
      config/config.example.js

4
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,

Loading…
Cancel
Save