I’m using docker desktop for Mac 3.2.2.
Using docker-compose up
to build images (I assume this is an underlying docker build
issue), the way log output is written to the console has become totally unusable. It used to display all log output for each build step, by scrolling the entire console window. Now, it only shows the log output within 6 lines, and scrolls within those 6 lines. Then, when so much log output has occurred, it shows [output clipped, log limit 1MiB reached]
and NO FUTHER LOGS ARE DISPLAYED. I have been searching and haven’t found a way to increase the log limit. Even if I could increase the log limit, the way the log output is limited to 6 lines in the console still makes it unusable. Why was this change made??