Skip to content
Snippets Groups Projects
Commit 26f7126c authored by Alexey Golubev's avatar Alexey Golubev
Browse files

Fix #138

parent e430c76d
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ read_setting(){ ...@@ -67,7 +67,7 @@ read_setting(){
REDIS_SERVER_HOST=${REDIS_SERVER_HOST:-$(${JSON} services.CoAuthoring.redis.host)} REDIS_SERVER_HOST=${REDIS_SERVER_HOST:-$(${JSON} services.CoAuthoring.redis.host)}
REDIS_SERVER_PORT=${REDIS_SERVER_PORT:-6379} REDIS_SERVER_PORT=${REDIS_SERVER_PORT:-6379}
DS_LOG_LEVEL=${DS_LOG_LEVEL:-$(${JSON_LOG} levels.nodeJS)} DS_LOG_LEVEL=${DS_LOG_LEVEL:-$(${JSON_LOG} categories.default.level)}
} }
parse_rabbitmq_url(){ parse_rabbitmq_url(){
...@@ -256,7 +256,7 @@ update_supervisor_settings(){ ...@@ -256,7 +256,7 @@ update_supervisor_settings(){
} }
update_log_settings(){ update_log_settings(){
${JSON_LOG} -I -e "this.levels.nodeJS = '${DS_LOG_LEVEL}'" ${JSON_LOG} -I -e "this.categories.default.level = '${DS_LOG_LEVEL}'"
} }
# create base folders # create base folders
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment