Cleaner Postgres upgrade logging
View options
- Truncate descriptions
Created by: nicksnyder
When upgrading from 2.13.6 to 3.0.1 there are a lot of raw json logs that get dumped while the image pulls.
Can we do one or more of the following:
- De-jsonify them?
- Suppress them or reduce them to DEBUG level?
I don't think this blocks tagging 3.0.1 because all else equal it is nice to see that progress is being made.
✱ Pulling automatic upgrade image.
{"status":"Pulling from tianon/postgres-upgrade","id":"9.6-to-11"}
{"status":"Pulling fs layer","progressDetail":{},"id":"6ae821421a7d"}
{"status":"Pulling fs layer","progressDetail":{},"id":"060245e5c056"}
{"status":"Pulling fs layer","progressDetail":{},"id":"d6c2e60cfc1c"}
{"status":"Pulling fs layer","progressDetail":{},"id":"38d23c24a9df"}
{"status":"Pulling fs layer","progressDetail":{},"id":"9998068fb35e"}
{"status":"Pulling fs layer","progressDetail":{},"id":"2bb2385a4bb9"}
{"status":"Pulling fs layer","progressDetail":{},"id":"2ad14c51497d"}
{"status":"Pulling fs layer","progressDetail":{},"id":"77519615ed40"}
{"status":"Pulling fs layer","progressDetail":{},"id":"5fe5eb7fad2f"}
{"status":"Pulling fs layer","progressDetail":{},"id":"9f6cb81d6d43"}
{"status":"Pulling fs layer","progressDetail":{},"id":"72210502cae4"}
{"status":"Pulling fs layer","progressDetail":{},"id":"1e967d04951b"}
{"status":"Pulling fs layer","progressDetail":{},"id":"f1b5a9dd4ff0"}
{"status":"Pulling fs layer","progressDetail":{},"id":"67d715e4939e"}
{"status":"Pulling fs layer","progressDetail":{},"id":"0155f511b88c"}
{"status":"Pulling fs layer","progressDetail":{},"id":"68e607b3b6c9"}
{"status":"Pulling fs layer","progressDetail":{},"id":"e8145748d614"}
{"status":"Pulling fs layer","progressDetail":{},"id":"6185cae71509"}
{"status":"Waiting","progressDetail":{},"id":"2bb2385a4bb9"}
{"status":"Waiting","progressDetail":{},"id":"2ad14c51497d"}
{"status":"Waiting","progressDetail":{},"id":"77519615ed40"}
{"status":"Waiting","progressDetail":{},"id":"5fe5eb7fad2f"}
{"status":"Waiting","progressDetail":{},"id":"9f6cb81d6d43"}
{"status":"Waiting","progressDetail":{},"id":"72210502cae4"}
{"status":"Waiting","progressDetail":{},"id":"1e967d04951b"}
{"status":"Waiting","progressDetail":{},"id":"f1b5a9dd4ff0"}
{"status":"Waiting","progressDetail":{},"id":"67d715e4939e"}
{"status":"Waiting","progressDetail":{},"id":"0155f511b88c"}
{"status":"Waiting","progressDetail":{},"id":"68e607b3b6c9"}
{"status":"Waiting","progressDetail":{},"id":"38d23c24a9df"}
{"status":"Waiting","progressDetail":{},"id":"9998068fb35e"}
{"status":"Waiting","progressDetail":{},"id":"e8145748d614"}
{"status":"Waiting","progressDetail":{},"id":"6185cae71509"}
{"status":"Downloading","progressDetail":{"current":500,"total":1779},"progress":"[==============\u003e ] 500B/1.779kB","id":"d6c2e60cfc1c"}
{"status":"Downloading","progressDetail":{"current":45753,"total":4500991},"progress":"[\u003e ] 45.75kB/4.501MB","id":"060245e5c056"}
{"status":"Downloading","progressDetail":{"current":228503,"total":22500288},"progress":"[\u003e ] 228.5kB/22.5MB","id":"6ae821421a7d"}
{"status":"Downloading","progressDetail":{"current":1779,"total":1779},"progress":"[==================================================\u003e] 1.779kB/1.779kB","id":"d6c2e60cfc1c"}
{"status":"Verifying Checksum","progressDetail":{},"id":"d6c2e60cfc1c"}
{"status":"Download complete","progressDetail":{},"id":"d6c2e60cfc1c"}
{"status":"Downloading","progressDetail":{"current":686844,"total":22500288},"progress":"[=\u003e ] 686.8kB/22.5MB","id":"6ae821421a7d"}
{"status":"Downloading","progressDetail":{"current":473866,"total":4500991},"progress":"[=====\u003e ] 473.9kB/4.501MB","id":"060245e5c056"}
{"status":"Downloading","progressDetail":{"current":1313546,"total":4500991},"progress":"[==============\u003e ] 1.314MB/4.501MB","id":"060245e5c056"}
{"status":"Downloading","progressDetail":{"current":1604348,"total":22500288},"progress":"[===\u003e ] 1.604MB/22.5MB","id":"6ae821421a7d"}
{"status":"Downloading","progressDetail":{"current":2030346,"total":4500991},"progress":"[======================\u003e ] 2.03MB/4.501MB","id":"060245e5c056"}
{"status":"Downloading","progressDetail":{"current":2300668,"total":22500288},"progress":"[=====\u003e ] 2.301MB/22.5MB","id":"6ae821421a7d"}
{"status":"Downloading","progressDetail":{"current":2874122,"total":4500991},"progress":"[===============================\u003e ] 2.874MB/4.501MB","id":"060245e5c056"}
{"status":"Downloading","progressDetail":{"current":14342,"total":1351356},"progress":"[\u003e ] 14.34kB/1.351MB","id":"38d23c24a9df"}
{"status":"Downloading","progressDetail":{"current":2996988,"total":22500288},"progress":"[======\u003e ] 2.997MB/22.5MB","id":"6ae821421a7d"}
{"status":"Downloading","progressDetail":{"current":3513098,"total":4500991},"progress":"[=======================================\u003e ] 3.513MB/4.501MB","id":"060245e5c056"}
{"status":"Downloading","progressDetail":{"current":232766,"total":1351356},"progress":"[========\u003e ] 232.8kB/1.351MB","id":"38d23c24a9df"}
{"status":"Downloading","progressDetail":{"current":3226364,"total":22500288},"progress":"[=======\u003e ] 3.226MB/22.5MB","id":"6ae821421a7d"}
{"status":"Downloading","progressDetail":{"current":4057866,"total":4500991},"progress":"[=============================================\u003e ] 4.058MB/4.501MB","id":"060245e5c056"}
{"status":"Downloading","progressDetail":{"current":555771,"total":1351356},"progress":"[====================\u003e ] 555.8kB/1.351MB","id":"38d23c24a9df"}

