Example 1
In this example, the
TRACEVERBOSE value in the
Web.config file is
0. Only the verbosity for the profile attribute is
considered.
| 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 not detailed.
The logs include lines with Verbosity from 0 to 5. |