summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2014-10-22 14:14:29 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2014-10-23 15:45:08 -0700
commit2bd736e6bcfd1cfcf6a8a53dfd278f600272c7c0 (patch)
treeb707cff5ba4f685a580b61f65a33597fbc0d9007
parent57e33c95215323db61b55ef258617daf5218038f (diff)
downloadchef-jdmundrawala/event-log-changelog.tar.gz
Added rel note entry for Window Event Log featurejdmundrawala/event-log-changelog
-rw-r--r--RELEASE_NOTES.md10
1 files changed, 10 insertions, 0 deletions
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`.