Configure Level of Logging and Errors
Last updated
Last updated
It is recommended that sites running on production environments do not display any errors.
Navigate to Administration \ Configuration \ Development \ Logging and errors
Allows developers to set various options for logging errors and messages to a database or Syslog. They can choose the level of detail they want to keep in the log, and even set a unique identity for your site in the Syslog messages. The page also explains the different logging facilities and formats available.
Make sure that the Error messages to display is sat as None on production.
For "None"
run the following command.
For "Errors and warnings"
run the following command.
For "All messages"
run the following command.
For "All messages, with backtrace information"
run the following command.
While installing Varbase, the installer will have an installation step for Development Tools
On checking the "Install Development Tools" checkbox, more options will show up to configure on installation.
Keep Error message to display as None, When installing a Varbase Demo site.
Change to other options when starting development for a project.
Recommended to use "All messages, with backtrace information"
in
local development
,
to keep track and trace of all errors and warnings.
It is recommended that sites running on production environments DO NOT DISPLAY any errors.