Skip to content

Commit 34670de

Browse files
sypetstomwarwick
andcommitted
[SECURITY] Add information for logging (#180)
* [SECURITY] Add information for logging Recommend using logging severity including WARNING or higher for production. Related: TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#351 * Update DeployTYPO3.rst * Update DeployTYPO3.rst Co-authored-by: Tom Warwick <tom.warwick@typo3.org>
1 parent 9055b8a commit 34670de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/Installation/DeployTYPO3.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ To ensure a secure installation of TYPO3 on a production server, the following s
4545
- :guilabel:`Admin Tools > Settings > Configuration Presets` The "Live" preset has to be chosen to make sure no debug output is displayed.
4646
- `HTTPS` should be used on production servers and :php:`$GLOBALS['TYPO3_CONF_VARS']['BE']['lockSSL']` should be set to `true`.
4747
- The `TYPO3_CONTEXT` environment variable should be set to a main context of `Production` (can be verified on the top right in the TYPO3 backend :guilabel:`Application Information`). It should be used to select the appropriate `base variant` for the target system in the Site Configuration.
48-
49-
Additionally, verify the :ref:`file permissions <t3coreapi:security-file-directory-permissions>` on the live system.
50-
48+
- Configure the :ref:`TYPO3 logging framework <t3coreapi:logging-configuration>` to log messages of high severity including and above WARNING or ERROR
49+
and continue rotate log files stored in :file:`var/log`.
50+
51+
In addition, verify the :ref:`file permissions <t3coreapi:security-file-directory-permissions>` are correct on the live system.
5152

5253
Deployment Automation
5354
=====================

0 commit comments

Comments
 (0)