Просмотр исходного кода

Reload supervisor after changes in logs setup

pull/33/head
Kristijan Mitrovic 4 лет назад
Родитель
Сommit
5b0905e7c1
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      bubble-server/src/main/resources/packer/roles/bubble/files/log_manager.sh

+ 1
- 0
bubble-server/src/main/resources/packer/roles/bubble/files/log_manager.sh Просмотреть файл

@@ -65,6 +65,7 @@ if [[ "${SUPERVISOR_LOG_FLAG}" != "${REDIS_LOG_FLAG}" ]]; then
for cfgFile in ${SUPERVISOR_CONFIG_DIR}/* ; do
setLoggingForSupervisorConfig cfgFile REDIS_LOG_FLAG
done
supervisorctl reread
fi

if [[ "${REDIS_LOG_FLAG}" != "true" ]]; then


Загрузка…
Отмена
Сохранить