Turn on unwind information at informational level rather than Info level. (#11257)
authorVance Morrison <vancem@microsoft.com>
Thu, 27 Apr 2017 19:43:38 +0000 (12:43 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2017 19:43:38 +0000 (12:43 -0700)
commit8d31b488487a7a3f633ad39d19a684cb1d72a87e
treea2953f0232d31a9fe6b5f3e575a1632f8b2bc00e
parenta07569230a248b5c927ef713863db17ffae44f16
Turn on unwind information at informational level rather than Info level. (#11257)

This is bascically a bug fix.   Quite a while ago we wanted to be able to collect stacks (which needed JIT names, and unwind information)
without collecting all verbose CLR events (in particular the GC allocation Tick events).   We did this in most places but missed this one.
src/vm/eventtrace.cpp