Changaco / python-libarchive-c

Python interface to libarchive
Other
70 stars 37 forks source link

Reduce unnecessary log noise #83

Closed MartinFalatic closed 4 years ago

MartinFalatic commented 5 years ago

Currently a warning level log message is produced for each read/write format and filter that's not available. This adds to log clutter and can trigger automated alerts. These should be informational messages.

Fixes #74