1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Testing auto update

This commit is contained in:
Laurent Cozic
2017-11-13 23:04:27 +00:00
parent cfa4da39e5
commit 01d3bf8a11
8 changed files with 89 additions and 20 deletions

View File

@ -313,7 +313,7 @@ class BaseApplication {
this.dbLogger_.setLevel(initArgs.logLevel);
if (Setting.value('env') === 'dev') {
this.dbLogger_.setLevel(Logger.LEVEL_WARN);
this.dbLogger_.setLevel(Logger.LEVEL_DEBUG);
}
// const packageJson = require('./package.json');