1
0
Fork 0
forked from infra/ansible

log01: Add /usr/local/bin to combineHttpLogs PATH. issue#12833

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill 2025-10-06 15:53:18 -04:00
commit 6f7a1f12de

View file

@ -24,6 +24,11 @@ shopt -s nullglob
export MSGTOPIC_PREFIX=logging.stats
export MSGBODY_PRESET="loghost=$(hostname) run_id=$(uuidgen -r)"
# simple_message_to_bus is in /usr/local/bin which isn't in the default path
# Put it at the back, so it doesn't override anything.
export PATH="$PATH:/usr/local/bin"
simple_message_to_bus combinehttplogs.start
# Some constants / standard paths