File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -896,12 +896,12 @@ jobs:
896896
897897 # Splunk start logs
898898 echo "--- Splunk utility logs (what happend before splunkd log start) for debugging ---"
899- docker exec --user ${SPLUNK_USER} splunk tail -100 ${SPLUNK_HOME}/var/log/splunk/splunkd-utility.log \
899+ docker exec --user ${SPLUNK_USER} splunk cat ${SPLUNK_HOME}/var/log/splunk/splunkd-utility.log \
900900 > ./debug_logs/splunkd-utility.log 2>/dev/null || true
901901
902902 # Splunk main logs
903903 echo "--- Splunk logs for debugging ---"
904- docker exec --user ${SPLUNK_USER} splunk tail -100 ${SPLUNK_HOME}/var/log/splunk/splunkd.log \
904+ docker exec --user ${SPLUNK_USER} splunk cat ${SPLUNK_HOME}/var/log/splunk/splunkd.log \
905905 > ./debug_logs/splunkd.log 2>/dev/null || true
906906
907907 # Backup directory listing
You can’t perform that action at this time.
0 commit comments