Debug
in package
Configuration file: Config\Debug.
Table of Contents
- $apiLogAllRequests : mixed
- [WebServices/API] Log to file all communications data (request + response)
- $apiLogException : mixed
- [WebServices/API] Log to file only exception errors in the logs
- $apiShowExceptionBacktrace : mixed
- [WebServices/API] Show exception backtrace in response body
- $apiShowExceptionMessages : mixed
- [WebServices/API] Show exception messages in response body
- $apiShowExceptionReasonPhrase : mixed
- [WebServices/API] Show exception reason phrase in response header
- $davDebugExceptions : mixed
- API - Sabre dav - This is a flag that allows (or not) showing file, line, and code of the exception in the returned XML
- $davDebugPlugin : mixed
- Activate the plugin recording log in DAV
- $DEBUG_CONSOLE_ALLOWED_IPS : mixed
- List of IP addresses allowed to display debug console. Values: false = All IPS / "192.168.1.10" / ["192.168.1.10","192.168.1.11"]
- $DEBUG_CONSOLE_ALLOWED_USERS : mixed
- List of user IDs allowed to display debug console.
- $DEBUG_CRON : mixed
- Debug cron => cache/logs/cron/
- $DEBUG_VIEWER : mixed
- Debug Viewer => cache/logs/viewer-debug.log
- $DISPLAY_CONFIG_IN_CONSOLE : mixed
- Enable displaying logs in debug console. Values: false/true
- $DISPLAY_DEBUG_CONSOLE : mixed
- Display main debug console
- $DISPLAY_DEBUG_VIEWER : mixed
- Display Smarty Debug Console
- $DISPLAY_EXCEPTION_BACKTRACE : mixed
- Displays information about the tracking code when an error occurs. Available only with the active SQL_DIE_ON_ERROR = true
- $DISPLAY_EXCEPTION_LOGS : mixed
- Display logs when error exception occurs
- $DISPLAY_LOGS_IN_CONSOLE : mixed
- Enable displaying logs in debug console. Values: false/true
- $EXCEPTION_ERROR_HANDLER : mixed
- Turn on/off the error handler
- $EXCEPTION_ERROR_LEVEL : mixed
- Set the error reporting level. The parameter is either an integer representing a bit field, or named constants.
- $EXCEPTION_ERROR_TO_FILE : mixed
- Save logs to file (cache/logs/errors.log)
- $EXCEPTION_ERROR_TO_SHOW : mixed
- Display errors
- $JS_DEBUG : mixed
- Turn on/off error debugging in javascript
- $LOG_LEVELS : mixed
- Level of saved/displayed logs. Values: false = All / 3 = error and warning / ["error", "warning", "info", "trace", "profile"]
- $LOG_PROFILE_CATEGORIES : mixed
- Categories to be registered in profiling, an empty value means all categories. ex. "yii\db\Command::query", "Integrations/MagentoApi"
- $LOG_TO_FILE : mixed
- Enable saving logs to file. Values: false/true
- $LOG_TO_PROFILE : mixed
- Enable saving logs profiling. Values: false/true
- $LOG_TRACE_LEVEL : mixed
- Level of saved/displayed tracerts. // Values: int
- $MAILER_DEBUG : mixed
- Mailer debug
- $ROUNDCUBE_DEBUG_LEVEL : mixed
- System error reporting, sum of: 1 = log; 4 = show, 8 = trace
- $ROUNDCUBE_DEVEL_MODE : mixed
- Devel_mode this will print real PHP memory usage into logs/console and do not compress JS libraries
- $ROUNDCUBE_IMAP_DEBUG : mixed
- Log IMAP conversation to cache/logs/imap or to syslog
- $ROUNDCUBE_LDAP_DEBUG : mixed
- Log LDAP conversation to cache/logs/ldap or to syslog
- $ROUNDCUBE_LOG_LOGINS : mixed
- Log successful/failed logins to cache/logs/userlogins or to syslog
- $ROUNDCUBE_LOG_SESSION : mixed
- Log session authentication errors to cache/logs/session or to syslog
- $ROUNDCUBE_PER_USER_LOGGING : mixed
- Activate this option if logs should be written to per-user directories.
- $ROUNDCUBE_SMTP_DEBUG : mixed
- Log SMTP conversation to cache/logs/smtp or to syslog
- $ROUNDCUBE_SMTP_LOG : mixed
- Log sent messages to cache/logs/sendmail or to syslog
- $ROUNDCUBE_SQL_DEBUG : mixed
- Log SQL queries to cache/logs/sql or to syslog
- $SMARTY_ERROR_REPORTING : mixed
- Do not show Smarty Notice in phpError.log
- $SQL_DIE_ON_ERROR : mixed
- Stop the running process of the system if there is an error in sql query
Properties
$apiLogAllRequests
[WebServices/API] Log to file all communications data (request + response)
public
static mixed
$apiLogAllRequests
= false
$apiLogException
[WebServices/API] Log to file only exception errors in the logs
public
static mixed
$apiLogException
= false
$apiShowExceptionBacktrace
[WebServices/API] Show exception backtrace in response body
public
static mixed
$apiShowExceptionBacktrace
= false
$apiShowExceptionMessages
[WebServices/API] Show exception messages in response body
public
static mixed
$apiShowExceptionMessages
= false
$apiShowExceptionReasonPhrase
[WebServices/API] Show exception reason phrase in response header
public
static mixed
$apiShowExceptionReasonPhrase
= false
$davDebugExceptions
API - Sabre dav - This is a flag that allows (or not) showing file, line, and code of the exception in the returned XML
public
static mixed
$davDebugExceptions
= false
$davDebugPlugin
Activate the plugin recording log in DAV
public
static mixed
$davDebugPlugin
= false
$DEBUG_CONSOLE_ALLOWED_IPS
List of IP addresses allowed to display debug console. Values: false = All IPS / "192.168.1.10" / ["192.168.1.10","192.168.1.11"]
public
static mixed
$DEBUG_CONSOLE_ALLOWED_IPS
= false
$DEBUG_CONSOLE_ALLOWED_USERS
List of user IDs allowed to display debug console.
public
static mixed
$DEBUG_CONSOLE_ALLOWED_USERS
= []
$DEBUG_CRON
Debug cron => cache/logs/cron/
public
static mixed
$DEBUG_CRON
= false
$DEBUG_VIEWER
Debug Viewer => cache/logs/viewer-debug.log
public
static mixed
$DEBUG_VIEWER
= false
$DISPLAY_CONFIG_IN_CONSOLE
Enable displaying logs in debug console. Values: false/true
public
static mixed
$DISPLAY_CONFIG_IN_CONSOLE
= false
$DISPLAY_DEBUG_CONSOLE
Display main debug console
public
static mixed
$DISPLAY_DEBUG_CONSOLE
= false
$DISPLAY_DEBUG_VIEWER
Display Smarty Debug Console
public
static mixed
$DISPLAY_DEBUG_VIEWER
= false
$DISPLAY_EXCEPTION_BACKTRACE
Displays information about the tracking code when an error occurs. Available only with the active SQL_DIE_ON_ERROR = true
public
static mixed
$DISPLAY_EXCEPTION_BACKTRACE
= false
$DISPLAY_EXCEPTION_LOGS
Display logs when error exception occurs
public
static mixed
$DISPLAY_EXCEPTION_LOGS
= false
$DISPLAY_LOGS_IN_CONSOLE
Enable displaying logs in debug console. Values: false/true
public
static mixed
$DISPLAY_LOGS_IN_CONSOLE
= false
$EXCEPTION_ERROR_HANDLER
Turn on/off the error handler
public
static mixed
$EXCEPTION_ERROR_HANDLER
= false
$EXCEPTION_ERROR_LEVEL
Set the error reporting level. The parameter is either an integer representing a bit field, or named constants.
public
static mixed
$EXCEPTION_ERROR_LEVEL
= 32759
https://secure.php.net/manual/en/errorfunc.configuration.php#ini.error-reporting All errors - E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED / Critical errors - E_ERROR | E_WARNING | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR
$EXCEPTION_ERROR_TO_FILE
Save logs to file (cache/logs/errors.log)
public
static mixed
$EXCEPTION_ERROR_TO_FILE
= false
$EXCEPTION_ERROR_TO_SHOW
Display errors
public
static mixed
$EXCEPTION_ERROR_TO_SHOW
= false
$JS_DEBUG
Turn on/off error debugging in javascript
public
static mixed
$JS_DEBUG
= true
$LOG_LEVELS
Level of saved/displayed logs. Values: false = All / 3 = error and warning / ["error", "warning", "info", "trace", "profile"]
public
static mixed
$LOG_LEVELS
= false
$LOG_PROFILE_CATEGORIES
Categories to be registered in profiling, an empty value means all categories. ex. "yii\db\Command::query", "Integrations/MagentoApi"
public
static mixed
$LOG_PROFILE_CATEGORIES
= []
$LOG_TO_FILE
Enable saving logs to file. Values: false/true
public
static mixed
$LOG_TO_FILE
= false
$LOG_TO_PROFILE
Enable saving logs profiling. Values: false/true
public
static mixed
$LOG_TO_PROFILE
= false
$LOG_TRACE_LEVEL
Level of saved/displayed tracerts. // Values: int
public
static mixed
$LOG_TRACE_LEVEL
= 0
$MAILER_DEBUG
Mailer debug
public
static mixed
$MAILER_DEBUG
= false
$ROUNDCUBE_DEBUG_LEVEL
System error reporting, sum of: 1 = log; 4 = show, 8 = trace
public
static mixed
$ROUNDCUBE_DEBUG_LEVEL
= 1
$ROUNDCUBE_DEVEL_MODE
Devel_mode this will print real PHP memory usage into logs/console and do not compress JS libraries
public
static mixed
$ROUNDCUBE_DEVEL_MODE
= false
$ROUNDCUBE_IMAP_DEBUG
Log IMAP conversation to cache/logs/imap or to syslog
public
static mixed
$ROUNDCUBE_IMAP_DEBUG
= false
$ROUNDCUBE_LDAP_DEBUG
Log LDAP conversation to cache/logs/ldap or to syslog
public
static mixed
$ROUNDCUBE_LDAP_DEBUG
= false
$ROUNDCUBE_LOG_LOGINS
Log successful/failed logins to cache/logs/userlogins or to syslog
public
static mixed
$ROUNDCUBE_LOG_LOGINS
= false
$ROUNDCUBE_LOG_SESSION
Log session authentication errors to cache/logs/session or to syslog
public
static mixed
$ROUNDCUBE_LOG_SESSION
= false
$ROUNDCUBE_PER_USER_LOGGING
Activate this option if logs should be written to per-user directories.
public
static mixed
$ROUNDCUBE_PER_USER_LOGGING
= false
Data will only be logged if a directory cache/logs/
$ROUNDCUBE_SMTP_DEBUG
Log SMTP conversation to cache/logs/smtp or to syslog
public
static mixed
$ROUNDCUBE_SMTP_DEBUG
= false
$ROUNDCUBE_SMTP_LOG
Log sent messages to cache/logs/sendmail or to syslog
public
static mixed
$ROUNDCUBE_SMTP_LOG
= false
$ROUNDCUBE_SQL_DEBUG
Log SQL queries to cache/logs/sql or to syslog
public
static mixed
$ROUNDCUBE_SQL_DEBUG
= false
$SMARTY_ERROR_REPORTING
Do not show Smarty Notice in phpError.log
public
static mixed
$SMARTY_ERROR_REPORTING
= 32759
$SQL_DIE_ON_ERROR
Stop the running process of the system if there is an error in sql query
public
static mixed
$SQL_DIE_ON_ERROR
= false