We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27b46fb + 975a1e2 commit 6a7f364Copy full SHA for 6a7f364
hack/ci/create_devstack.sh
@@ -167,7 +167,7 @@ function wait_for_devstack {
167
$ssh_cmd "$ip" -- sudo journalctl --flush
168
169
# Continuously capture devstack logs until killed
170
- $ssh_cmd "$ip" -- sudo journalctl -a -b -u 'devstack@*' -f > "${devstackdir}/${name}-devstack.log" &
+ $ssh_cmd "$ip" -- sudo journalctl --no-tail -a -b -u 'devstack@*' -f > "${devstackdir}/${name}-devstack.log" &
171
172
# Capture cloud-init logs
173
# Devstack logs are in cloud-final
0 commit comments