Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The logs of the routine Chef client runs are saved in several locations on each host which is managed:

 

Code Block
languagetext
sudo less -r /var/log/chef/client.log
sudo journalctl -t chef-client
sudo grep -w chef-client /var/log/everything

...