我在我的 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 值是多少。