Skip to content

Commit eba01d5

Browse files
committed
[TASK] Mention enable_DLOG for TYPO3 v8 in the documentation
1 parent 76c6bca commit eba01d5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Catch uncompress errors when displaying extra data (thanks to E. Lang)
44
* Ensure spinner icon is available
5+
* Mention enable_DLOG for TYPO3 v8 in the documentation
56

67
2018-02-22 Francois Suter <[email protected]>
78

Documentation/Installation/Index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ and you're done. There's nothing more to do, except tuning the
1616
configuration to your taste. The configuration is divided in three
1717
sections, detailed below.
1818

19+
.. important::
20+
21+
With TYPO3 v8, you need to set :php:`$GLOBALS['TYPO3_CONF_VARS']['SYS']['enable_DLOG'] = true;`
22+
to activate the Developer's Log. Otherwise no entries will be written at all.
23+
1924

2025
.. _installation-configuration-general:
2126

0 commit comments

Comments
 (0)