  # cat=basic/conf; type=text; label= TYPO3 Mode: FE, BE, ALL or OFF. Normaly set to FE to enable all FE-Plugins SQL-Queries! Debugging only enabled in this Mode. Use BE only with caution.
TYPO3_MODE = FE
  # cat=basic/conf; type=boolean; label= Disable mysql errormessages: Normally all mysql_errors() that occur will be displayed. Set to 1 to disable.
DISABLE_ERRORS = 0
  # cat=basic/conf; type=text; label= Comma-sep. list of queries: 'ALL' for all types of queries. 'None' for none. ALL, SQL (only sql() and sql_query() ), SELECT, UPDATE, INSERT, DELETE
QUERIES = ALL
  # cat=basic/conf; type=text; label= Comma-sep. list of tables: 'ALL' for all tables. 'None' for none. List of tables that generate debug-messages.
TABLES = ALL
  # cat=basic/conf; type=text; label= Comma-sep. list of tables to exclude: List of tables that do not generate debug-message. Use this if you set TABLES to ALL.
EXCLUDETABLES = be_groups,be_sessions,be_users,cache_extensions,cache_hash,cache_imagesizes,cache_pages,cache_pagesection,cache_treelist,fe_groups,cf_cache_imagesizes,cf_cache_hash,cf_cache_pages,cf_cache_pages_tags,cf_cache_pagesection,cf_cache_pagesection_tags,cf_cache_rootline,cf_cache_rootline_tags,cf_cache_hash_tags,cf_extbase_object,cf_extbase_object_tags,fe_sessions,fe_session_data,fe_users,pages,pages_language_overlay,static_countries,static_country_zones,static_currencies,static_languages,static_taxes,static_template,sys_domain,sys_category_record_mm,sys_lockedrecords,sys_refindex,sys_file,sys_file_metadata,sys_file_processedfile,sys_file_reference,sys_file_storage,sys_registry,sys_template,tt_content,cf_extbase_datamapfactory_datamap_tags,cf_extbase_datamapfactory_datamap,
# cat=basic/conf; type=text; label= Comma-sep. list of Page-IDs: 0 for all pages. -1 for none. Else list Page-IDs where debug-output has to be generated.
PAGES = 0
  # cat=basic/conf; type=text; label= Comma-sep. list of FeUser-IDs: 0 or empty for all fe_users (even without login). Else list FeUser-IDs where debug-output has to be generated.
FEUSERS = 0
  # cat=basic/conf; type=boolean; label= Add Backtrace: Set to 1, if you need debug_backtrace for all sql() and sql_query() calls
BTRACE_SQL = 0
  # cat=basic/conf; type=text; label= Output: Destination of the debug info. possible Values: \TYPO3\CMS\Utility\DebugUtility::debug, debug, error_log (see TEXTFORMAT)
OUTPUT = \TYPO3\CMS\Utility\DebugUtility::debug
  # cat=basic/conf; type=boolean; label= Textformat: defines that the output is only in text format and not an array as for debug. Arrays are converted into normal text before the output function is called. Use this if you have set error_log as OUTPUT.
TEXTFORMAT = 0
  # cat=basic/conf; type=boolean; label= TCA: defines that the $GLOBALS['TCA'] for a table must be set to generate an output
TCA = 0
  # cat=basic/conf; type=text; label= Ticker: Minimum time in miliseconds for the duration of SQL queries which should be reported.
TICKER =
