Set nullglob for combining HTTP log files

This can cause files named '*' in places where you wouldn’t expect it
otherwise.

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2023-11-08 17:09:44 +01:00 committed by kevin
parent 0064e09bff
commit aac912e4c9

View file

@ -19,6 +19,9 @@
# along with Fedora Project Infrastructure Ansible Repository. If
# not, see <http://www.gnu.org/licenses/>.
# Dont create files named '*'.
shopt -s nullglob
export MSGTOPIC_PREFIX=logging.stats
export MSGBODY_PRESET="loghost=$(hostname) run_id=$(uuidgen -r)"
simple_message_to_bus combinehttplogs.start