Hide Forgot
Description of problem: I've been running yum updates via cron with -d 1 set so as to get output of what packages were installed, which is quite convenient. However, it appears that this message: ** Message: sqlite cache needs updating, reading in metadata is output at level 1 and so output is generated even if no packages are updated. It would be nice if this message was only output a -d 2 or higher.
what version of yum-metadata-parser do you have installed?
yum-metadata-parser-1.0-8.fc6
But I think the logging is done in yum: /usr/lib/python2.4/site-packages/yum/sqlitecache.py: self.verbose_logger.debug("%s sqlite cache needs updating, reading in metadata",
some of it is, some of it isn't. Update your metadata-parser to 1.0.3 and see if the problem continues, please.
I don't see these anymore.