Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/supervisor/conf.d/logging.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ user=vector
umask=002
numprocs=1
startsecs=0
autostart=true
autostart={{ getenv "SVC_VECTOR_ENABLED" "true" | ternary "true" "false" }}
autorestart=true
redirect_stderr=true
stdout_logfile=/var/log/vector.log
Expand Down
9 changes: 8 additions & 1 deletion usr/local/share/deskpro/container-var-reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,10 +704,17 @@
"default": "false",
"isPrivate": true
},
{
"name": "SVC_VECTOR_ENABLED",
"description": "Used in supervisor config - determines if the vector logging service should run.",
"type": "boolean",
"default": "true",
"isPrivate": true
},
{
"name": "TASKS_DISABLE_EMAIL_IN_JOB",
"description": "Prevent performing email collection/processing as part of cron (i.e. indicates that distinct email collection/processing services are being used instead)",
"type": "boolean",
"default": "false"
}
]
]