amiaopensource / grabbags

grabbags is an enhanced usage of the LOC bagit Python Library
GNU General Public License v3.0
11 stars 8 forks source link

Successes shouldn't be warnings #35

Closed jfarbowitz closed 3 years ago

jfarbowitz commented 3 years ago

Some of the logging has warnings for things that aren't actually a problem. For example

2020-01-30 09:57:55,210 - WARNING - 2 bags validated successfully

This should log as "INFO" instead of a "WARNING"