After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705905 - Add --verbose and -v arguments to ostree for details
Add --verbose and -v arguments to ostree for details
Status: RESOLVED FIXED
Product: ostree
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: OSTree maintainer(s)
OSTree maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-13 12:48 UTC by Stef Walter
Modified: 2013-08-14 05:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add --verbose and -v arguments to ostree for details (4.06 KB, patch)
2013-08-13 12:48 UTC, Stef Walter
none Details | Review
Add --verbose and -v arguments to ostree for details (3.71 KB, patch)
2013-08-13 12:52 UTC, Stef Walter
none Details | Review
Add --verbose and -v arguments to ostree for details (3.77 KB, patch)
2013-08-13 13:37 UTC, Stef Walter
committed Details | Review
Add some verbose logging to 'ostree commit' (2.25 KB, patch)
2013-08-13 13:38 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2013-08-13 12:48:19 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.
Comment 1 Stef Walter 2013-08-13 12:48:26 UTC
Created attachment 251473 [details] [review]
Add --verbose and -v arguments to ostree for details

Use the GLib log mechanism to handle verbose output.
Comment 2 Stef Walter 2013-08-13 12:52:18 UTC
Created attachment 251475 [details] [review]
Add --verbose and -v arguments to ostree for details

Use the GLib debug mechanism to handle verbose output.
Comment 3 Stef Walter 2013-08-13 13:37:31 UTC
Created attachment 251493 [details] [review]
Add --verbose and -v arguments to ostree for details

Use the GLib debug mechanism to handle verbose output.
Comment 4 Stef Walter 2013-08-13 13:38:56 UTC
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.
Comment 5 Colin Walters 2013-08-13 23:11:20 UTC
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.
Comment 6 Colin Walters 2013-08-13 23:12:30 UTC
Review of attachment 251493 [details] [review]:

Looks fine.
Comment 7 Stef Walter 2013-08-14 05:55:55 UTC
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'