* Avoid warning noise in logrotate.get
There is no guarantee that a lookup failure is necessarily a problem,
so presenting a message to this effect as a warning has led to
confusion for some (and annoyance for others). This resolves the issue
by showing the message at the debug level.
Fixes#53988
* Adding a test for changes to logrotate.get.
* Fix pre-commit and add changelog
Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com>
Co-authored-by: Megan Wilhite <mwilhite@vmware.com>