From 2bd736e6bcfd1cfcf6a8a53dfd278f600272c7c0 Mon Sep 17 00:00:00 2001 From: Jay Mundrawala Date: Wed, 22 Oct 2014 14:14:29 -0700 Subject: Added rel note entry for Window Event Log feature --- RELEASE_NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7ecabc770c..ca1f504ba5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -415,3 +415,13 @@ batch 'make_safe_backup' do end ``` +## Chef Client logs events to Windows Event Log on Windows + +Chef 12 will log a small set of events to Windows Event Log. This feature is enabled by default, and can be disabled by the new config option `disable_event_logger`. + +Events by default will be logged to the "Application" event log on Windows. Chef will log event when: +* Run starts +* Run completes +* Run fails + +Information about these events can be found in `Chef::EventDispatch::Base`. -- cgit v1.2.1