Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Debugging

Jeff Sittler edited this page Sep 21, 2020 · 3 revisions

More information to come...

Logging

Since v2.8.0 phpCollab has implemented MonoLog.

The default logging level is 400. You can change the level in settings.php by adjusting changing it in the settings file:

Default: 400

$logLevel = 400;

Refer to Monolog's Log Levels for an explanation.

Developer Footer

To enable, set the $footerDev setting to true. This will enable the Debug Bar at the bottom of phpCollab. Some additional debugging information may be presented there.

Default: false

$footerDev = false;

Clone this wiki locally