Skip to content

Contao Extension: Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend.

Notifications You must be signed in to change notification settings

cliffparnitzky/BackendLogs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Version on Packagist Installations via composer per month Installations via composer total

Contao Extension: BackendLogs

Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend.

Installation

Install the extension via composer: cliffparnitzky/backend-logs.

If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/BackendLogs/releases

Tracker

https://github.com/cliffparnitzky/BackendLogs/issues

Compatibility

  • min. Contao version: >= 3.2.0
  • max. Contao version: < 3.6.0

Dependency

There are no dependencies to other extensions, that have to be installed.

Additional configuration

Add an additional logfile configuration to system/config/localconfig.php :

$GLOBALS['TL_LOGFILES']['logfileMylog'] = array ('logfile' => '/system/logs/mylog.log', 'rows' => 30);

Add additional logfile config translations to system/config/langconfig.php :

if ($GLOBALS['TL_LANGUAGE'] == 'de')
{
    $GLOBALS['TL_LANG']['MOD']['logfileMylog'] = "Mein Logfile";
}
elseif ($GLOBALS['TL_LANGUAGE'] == 'en')
{
    $GLOBALS['TL_LANG']['MOD']['logfileMylog'] = "My logfile";
}

About

Contao Extension: Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.7%
  • ApacheConf 1.3%