support test usecase to not put logs in /var/log

This commit is contained in:
Johannes Zellner
2018-06-04 11:48:22 +02:00
parent 372a17dc37
commit e9400e5dce
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -35,5 +35,5 @@ exports = module.exports = {
AUTO_PROVISION_FILE: path.join(config.baseDir(), 'configs/autoprovision.json'),
LOG_FOLDER: '/var/log/cloudron'
LOG_DIR: path.join(config.logDir(), 'cloudron')
};