Example 2
In this example, the TRACEVERBOSE
value in the Web.config file is 10. Both the Verbosity for the profile attribute and the Web.config file are considered. The higher value is used.
User | Profile Attribute Value | Result |
---|---|---|
A | 20 | The logs provide the details.
The logs include lines with Verbosity from 0 to 20. |
B | 5 | The logs are more detailed than what is specified for the profile attribute.
The logs include lines with Verbosity from 0 to 10. |