You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chef logs an ERROR when the data bag item dnsmasqmanaged_hosts is not found. This data bag item is optional, so it shouldn't be logged as an ERROR. Perhaps a WARN is more appropriate or no message at all.
[2020-12-29T08:50:42+00:00] ERROR: Failed to load data bag item: "dnsmasq" "managed_hosts"
🥞 Cookbook version
0.3.4
👩🍳 Chef-Infra Version
Chef 15 & 16
🎩 Platform details
RHEL8
Steps To Reproduce
Steps to reproduce the behavior:
Run the dnsmasq::dns recipe with all attributes unmodified from their default values
look at the Chef Infra Client log file output
🚓 Expected behavior
The message logged should not be ERROR level since the data bag item is optional.
➕ Additional context
Add any other context about the problem here. e.g. related issues or existing pull requests.
The text was updated successfully, but these errors were encountered:
👻 Brief Description
Chef logs an
ERROR
when the data bag itemdnsmasq
managed_hosts
is not found. This data bag item is optional, so it shouldn't be logged as an ERROR. Perhaps a WARN is more appropriate or no message at all.🥞 Cookbook version
0.3.4
👩🍳 Chef-Infra Version
Chef 15 & 16
🎩 Platform details
RHEL8
Steps To Reproduce
Steps to reproduce the behavior:
dnsmasq::dns
recipe with all attributes unmodified from their default values🚓 Expected behavior
The message logged should not be
ERROR
level since the data bag item is optional.➕ Additional context
Add any other context about the problem here. e.g. related issues or existing pull requests.
The text was updated successfully, but these errors were encountered: