TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,31 @@
.. include:: /Includes.rst.txt
.. _breaking-76891:
==========================================
Breaking: #76891 - syslog lowlevel command
==========================================
See :issue:`76891`
Description
===========
The lowlevel cleaner syslog command has been migrated to a Symfony Command to show the latest sys_log entries on the command line.
The new command can be called via `./typo3/sysext/core/bin/typo3 syslog:list`.
Impact
======
Calling `./typo3/cli_dispatch.phpsh lowlevel_cleaner syslog -r` will not show the expected output anymore as before.
Migration
=========
Use `./typo3/sysext/core/bin/typo3 syslog:list` with the optional verbose parameter instead.
.. index:: CLI, ext:lowlevel