Explorar el Código

Reload supervisor after changes in logs setup

pull/33/head
Kristijan Mitrovic hace 4 años
padre
commit
5b0905e7c1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 Ver fichero

@@ -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


Cargando…
Cancelar
Guardar