Skip to content

Commit eb080a6

Browse files
committed
more logging
1 parent e5232d5 commit eb080a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/splunkconf-backup-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)