dmk/mklog

Keep track of developer logs. Provides automatic email notification about important errors.

Installs: 27 751

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 28

Forks: 4

Open Issues: 2

Type:typo3-cms-extension

v12.0.2 2024-04-17 15:56 UTC

README

TYPO3 compatibility Latest Stable Version Total Downloads Build Status License

This extension offers a developer log. Ther is a scheduler task too, the watch dog, which aggregates devlog entries and sends them via a transport. So it is possible to send a mail with fatal errors the minute they occur but warnings only every 6 hours. Or send a mail with infos from an import every night.

Or transport all the logs to a graylog server

Of course the devlog has to be used by the core and extensions. To have exceptions and errors logged to the devlog the error handling of mktools can be used.

Installation

Install TYPO3 via composer. Maybe you can use our TYPO3-Composer-Webroot Project

From project root you need to run

composer require dmk/mklog

Documentation

For usage please have a look in our Documentation

CHANGELOG