Skip to content

Commit bf3776f

Browse files
committed
Account for different formating of log from debug exporter
1 parent 331c4b8 commit bf3776f

File tree

1 file changed

+1
-1
lines changed
  • deployments/ansible/molecule/custom_vars

1 file changed

+1
-1
lines changed

deployments/ansible/molecule/custom_vars/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
- name: Look for the test log message in collector service output
130130
ansible.builtin.shell:
131-
cmd: 'journalctl -u splunk-otel-collector | grep "Body: test logs pipeline"'
131+
cmd: 'journalctl -u splunk-otel-collector | grep "Body: Str(test logs pipeline)"'
132132
register: result
133133
changed_when: false
134134
until: result.stdout

0 commit comments

Comments
 (0)