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:
parent
0064e09bff
commit
aac912e4c9
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
# along with Fedora Project Infrastructure Ansible Repository. If
|
||||
# not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Don’t 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue