webit-de / debug-settings-task
Routinely reset TYPO3 debug settings to the »live« preset on production
Installs: 5 306
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.2.0
- typo3/cms-core: ^9.5 || ^10.4 || ^11.5
Replaces
- typo3-ter/debug-settings-task: v2.2.1
README
This TYPO3 extension resets TYPO3 debug settings to the »live« preset on production using a scheduler task.
Vision
“Better safe than sorry”.
This extension helps to make sure that debug settings are correct on production stages.
If the debug mode was activated on a production stage for whatever reason, the package resets the configuration automatically.
- Trigger the TYPO3 configuration presets and don't just overwrite settings in LocalConfiguration.php
- Use the scheduler to let integrators configure execution times in the TYPO3 backend or disable the task during maintenance
- Only react to application context »Production«
Requirements
- PHP
- TYPO3
Installation
Packagist Entry https://packagist.org/packages/webit-de/debug-settings-task/
Add a scheduler task with the »debug_settings_task« extension.
Recommendation: Run the task at least daily.
Source
https://github.com/webit-de/typo3-debug_settings_task/
License
GNU General Public License version 2 or later
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.
Author
Marco Grahl (grahl@webit.de) for webit! Gesellschaft für neue Medien mbH (http://www.webit.de/)
Changelog
Contribution
TYPO3 - inspiring people to share!
This TYPO3 extension is Open Source, so please use, patch, extend or fork it.