loggingLevel
Valid in all scopes
This configuration variable controls what
information is written to the Tango.log file. There are five
values that can be assigned to this configuration variable,
corresponding the five possible levels of logging.
The following table lists each value and
describes what information is logged.
Level |
Information Logged |
NoLogging |
None |
LogLevel1 |
application file execution, search and
post argument values. |
LogLevel2 |
LogLevel1 information plus application
file actions. |
LogLevel3 |
LogLevel2 information plus generated
SQL, variable and action result values. |
LogLevel4 |
LogLevel3 information plus Results
HTML. |
Higher logging levels may affect the
performance of your Web server, particularly if there is a lot of
traffic. You may want to use high logging levels (particularly LogLevel3
and LogLevel4) only while you need to track down problems
with your application files.
The default value of loggingLevel
is NoLogging.
See Also
debugMode
logToResults
|