From 9fd7bc41de9700398fb3eedaae172bebd4aa79e1 Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Thu, 10 Nov 2016 11:20:50 -0800 Subject: [PATCH] Enable binclash logger --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 1214e0f..1849272 100644 --- a/config.json +++ b/config.json @@ -414,7 +414,8 @@ "settings": { "MsBuildLog": "default", "MsBuildWrn": "default", - "MsBuildErr": "default" + "MsBuildErr": "default", + "MsBuildEventLogging": "default" } } }, -- 2.7.4