---
title: "Breaking: #76891 - syslog lowlevel command"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-76891"
source: "Changelog/8.3/Breaking-76891-SyslogLowlevelCommand.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #76891 - syslog lowlevel command

See [forge#76891](https://forge.typo3.org/issues/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.
