Logging in Chef Explained
- Sep 13, 2017
- 1 min read

Read this article to understand how to logging in chef, very well explained and written by well known DevOps trainer - Rajesh kumar. This article is published on scmGalaxy.
Chef Server All logs generated by the Chef server can be found in /var/log/opscode. Each service enabled on the system also has a sub-directory in which service-specific logs are located, typically found in /var/log/opscode/service_name.
The Chef server has built-in support for easily tailing the logs that are generated. To view all the logs being generated on the Chef server, enter the following command: > chef-server-ctl tail
To view logs for a specific service: > chef-server-ctl tail SERVICENAME Read more click here
Reference:- This article was originally posted on scmGalaxy.com




Comments