Skip to content
Snippets Groups Projects
Commit bd6157cf authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Add timestamps to Docker container logs"

parents b3facae5 d597cece
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ copy_logs() {
fi
for container in $(docker ps -a --format "{{.Names}}"); do
docker logs --tail all ${container} &> ${LOG_DIR}/docker_logs/${container}.txt
docker logs --timestamps --tail all ${container} &> ${LOG_DIR}/docker_logs/${container}.txt
done
# Rename files to .txt; this is so that when displayed via
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment