我在Azure实例上使用System.Diagnostics。我在webconfig上有一些设置:
<system.diagnostics>
<switches>
<!-- Off = 0, Error 1, Warning = 2, Info = 3, Verbose = 4 -->
<add name="logLevel" value="2" />
</switches>
<trace autoflush="true"
...
我想知道什么是默认的logLevel值。