AppImageCommunity / libappimage

Implements functionality for dealing with AppImage files
https://appimage.org
Other
46 stars 27 forks source link

Implement a proper logging system #51

Closed azubieta closed 5 years ago

azubieta commented 5 years ago

Currently, libappimage logging is controlled by the "verbose" boolean parameter on some of the public interface functions. This method doesn't allow specifying verbosity levels or pretty printing errors.

azubieta commented 5 years ago

Fixed by #85

probonopd commented 5 years ago

Please run appimaged without the -v verbose option. You will notice that it outputs a lot of information coming from libappimage anyway. This should be changed, so that the output only happens when appimaged is invoked with its verbose option.