mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-16 13:42:32 -04:00
use leaner format for update log output
This commit is contained in:
parent
6989905361
commit
a010e02c52
1 changed files with 1 additions and 1 deletions
2
count
2
count
|
@ -15,7 +15,7 @@ mkdir logs
|
|||
|
||||
for host in ${hosts_releases[@]}; do
|
||||
echo obtaining logs from $host
|
||||
ssh $host journalctl -u nginx -g ' 200 ' >> logs/merged.log
|
||||
ssh $host journalctl -u nginx -o cat -g ' 200 ' >> logs/merged.log
|
||||
done
|
||||
|
||||
grep Dalvik/ logs/merged.log > logs/merged-device.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue