Actions
Task #101012
closedDo not make syslog:list schedulable
Start date:
2023-06-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently, this command is a schedulable command so it can be run via the scheduler.
But it does not really make sense to do this because it outputs information on the console and this does not work if run via the scheduler.
I may have missed somethings but this is what I researched:
- looking in the code this is pretty straightforward: It fetches the records from the DB and then outputs via $io->table
- running it via the scheduler yields no result (as expected)
Actions