Closed azubieta closed 5 years ago
Fixed by #85
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.
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.