# cat=debug/sql; type=string; label=SQL log mode:Default is 'modify'. A logfile of QFQ fired SQL statements will be written. Possible modes are 'all' - every statement will be logged (this might a lot). 'modify' - log only statements who change data. 'error' - log only DB errors. 'none' - log never.
sqlLogMode = modify
# cat=debug/sql; type=string; label=SQL log file:Default is '../../sql.log'. A logfile of fired SQL statements. Possible modes are 'all' - every statement will be logged (this might a lot) or 'modify' - log only statements who change data.
sqlLog = ../../sql.log
# cat=debug/sql; type=string; label=SQL log file:Default is 'typo3conf/sql.log'. A logfile of fired SQL statements. PathFile is absolute or relative to '<site path>'.
sqlLog = typo3conf/sql.log
# cat=debug/mail; type=string; label=Mail log file:Default is '../../mail.log'. A logfile of sent mail. Possible modes are 'all' - every statement will be logged (this might a lot) or 'modify' - log only statements who change data.
mailLog = ../../mail.log
# cat=debug/mail; type=string; label=Mail log file:Default is 'typo3conf/mail.log'. A logfile of sent mail. PathFile is absolute or relative to '<site path>'.
mailLog = typo3conf/mail.log
# cat=debug/info; type=string; label=Show debug info:Default is 'auto'. Possible values: [yes|no|auto][,download]. For 'auto': If a BE User is logged in, a debug information will be shown on the FE.