GNOME Bugzilla – Bug 705905
Add --verbose and -v arguments to ostree for details
Last modified: 2013-08-14 05:56:02 UTC
It's pretty hard to debug ostree right now. With the --verbose arg we can start to add some verbose debug output. Will add some in a follow on bug.
Created attachment 251473 [details] [review] Add --verbose and -v arguments to ostree for details Use the GLib log mechanism to handle verbose output.
Created attachment 251475 [details] [review] Add --verbose and -v arguments to ostree for details Use the GLib debug mechanism to handle verbose output.
Created attachment 251493 [details] [review] Add --verbose and -v arguments to ostree for details Use the GLib debug mechanism to handle verbose output.
Created attachment 251494 [details] [review] Add some verbose logging to 'ostree commit' This is so we can see near which file we fail when 'ostree commit' falls over.
Review of attachment 251494 [details] [review]: This one seems like it'd be also covered by the g_prefix_error() patch, but I'm fine with it as is.
Review of attachment 251493 [details] [review]: Looks fine.
Attachment 251493 [details] pushed as 462bcd8 - Add --verbose and -v arguments to ostree for details Attachment 251494 [details] pushed as 0111ec1 - Add some verbose logging to 'ostree commit'