Description of problem: Try to add postgresql-9.2 or postgresql-8.4 to an application which has above 90% quota used, click the details link, the log is too long, it should be shortened, details see in attachment. Version-Release number of selected component (if applicable): fork_ami_origin_ui_155_1024 How reproducible: always Steps to Reproduce: 1.Create an application 2.Make big file to use above 90% of quota 3.Add postgresql-9.2 or postgresql-8.4 to the application 4.Click the details link to check the details log Actual results: The log of error message is too long, it should be shortened, details see in attachment. Expected results: The log of error message should have aproperiate length to display. Additional info:
Created attachment 861293 [details] long details log
Fixed in fork_ami_origin_ui_155_1025. Note that the fact the message is too long is not an issue, the idea is exactly to show all debug information that came from the node. However I improved the formatting to make it more readable.
Tested on fork_ami_origin_ui_155_1025, the error log has been formated now, so verify this bug, thanks.