Skip to content
Snippets Groups Projects
Commit fa82feaa authored by Sybille Peters's avatar Sybille Peters Committed by Stefan Bürk
Browse files

[TASK] Make "Show sys_log entries" non-schedulable

The command "Show entries from sys_log database" (syslog:list)
should not be schedulable because it is an output only
command and no output will be displayed in scheduler.

Also, no output is displayed if a scheduler task is
created for it and this is run from the shell.

The command is now no longer schedulable and is not
available as scheduler task.

Resolves: #101012
Releases: main, 12.4
Change-Id: I92648d1a81f56b49e7d9ad48dc82f9b0df0f6b39
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79414


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent a25e48c8
Branches
Tags
No related merge requests found
......@@ -17,6 +17,7 @@ services:
- name: 'console.command'
command: 'syslog:list'
description: 'Show entries from the sys_log database table of the last 24 hours.'
schedulable: false
TYPO3\CMS\Lowlevel\Command\MissingRelationsCommand:
tags:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment