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
If the log directory specified in the client.rb file doesn't exist, the Chef client fails. Because there's no where to log, we get no indication anywhere that the task has failed.
Given this client.rb:
log_location'C:\Windows\Logs\Chef/client.log'
and the C:\Windows\Logs\Chef directory doesn't exist, Chef client fails.
The text was updated successfully, but these errors were encountered:
splatteredbits
changed the title
Windows scheduled ask fails if Chef log directory doesn't exist
Windows scheduled task fails if Chef log directory doesn't exist
Apr 5, 2022
If the log directory specified in the client.rb file doesn't exist, the Chef client fails. Because there's no where to log, we get no indication anywhere that the task has failed.
Given this client.rb:
and the
C:\Windows\Logs\Chef
directory doesn't exist, Chef client fails.The text was updated successfully, but these errors were encountered: