Turn on unwind information at informational level rather than Info level. (dotnet...
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)
commitb8a54c61e4a27b21aafe6cc67bebd885fcda7f32
tree76ec08880a1575f98bfc129aea76f1311ff3c4f4
parentc812cc021a8935f420ce599abe31ceb01b46070a
Turn on unwind information at informational level rather than Info level. (dotnet/coreclr#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.

Commit migrated from https://github.com/dotnet/coreclr/commit/8d31b488487a7a3f633ad39d19a684cb1d72a87e
src/coreclr/src/vm/eventtrace.cpp